Skip to content

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; }

View source

Property Value

TextFilePosition

The position.