Click or drag to resize

VariableRef Constructor (IVariableDecl, Boolean)

Initializes a new instance of the VariableRef class

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected VariableRef(
	IVariableDecl declaration,
	bool isFirstOnLine
)

Parameters

declaration
Type: Nova.CodeDOMIVariableDecl
isFirstOnLine
Type: SystemBoolean
See Also