Skip to content

TokenReader<TKind>.Current Property

Definition

The token at the current position.

public Token<TKind> Current { get; }

View source

Property Value

Token<TKind>

The current token.