Skip to content

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

View source

Property Value

Int32

The index of the current position.