Click or drag to resize

CodeObjectSetLineCol Method (Token)

Set the line and column numbers to those in the specified token.

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

Parameters

token
Type: Nova.ParsingToken
See Also