Click or drag to resize

RightShiftAssign Constructor (Parser, CodeObject)

Initializes a new instance of the RightShiftAssign class

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected RightShiftAssign(
	Parser parser,
	CodeObject parent
)

Parameters

parser
Type: Nova.ParsingParser
parent
Type: Nova.CodeDOMCodeObject
See Also