Click or drag to resize

GotoTargetRef Constructor (Label, Boolean)

Initializes a new instance of the GotoTargetRef class

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

Parameters

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