Token<TKind>.Position Property
Definition
The TextFilePosition of the token in File. The start index, line and column are clamped to valid positions in the file for tokens at positions a TextFilePosition cannot represent, i.e. a token starting on a line's terminator or a zero length token at the end of the file.
public TextFilePosition Position { get; }
Property Value
The position.