TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.CurrentSymbol Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current symbol of this instance.

protected TSymbol CurrentSymbol { get; }
member this.CurrentSymbol : 'Symbol
Protected ReadOnly Property CurrentSymbol As TSymbol

Property Value

TSymbol

The current symbol of this instance.

Applies to