Click or drag to resize

TypeDeclSetStartLineCol Method

Set the starting line and column numbers to those in the specified token (used for prefixes such as modifiers).

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

Parameters

token
Type: Nova.ParsingToken
See Also