Click or drag to resize

CodeObjectSetStartLineCol Method

Set the starting line and column numbers to those in the specified token (used by some code objects with prefixes such as modifiers).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected virtual void SetStartLineCol(
	Token token
)

Parameters

token
Type: Nova.ParsingToken
See Also