TokenReader<TKind>.Position Property
Definition
The index of the current position in the reader. Can be set to a previously retrieved value to rewind the reader, e.g. after speculative lookahead.
public int Position { get; set; }
Property Value
The index of the current position.