TokenReader<TKind>.Current Property
Definition
The token at the current position.
public Token<TKind> Current { get; }
Property Value
The current token.
The token at the current position.
public Token<TKind> Current { get; }
The current token.