Share via


TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>.CurrentSymbol Property

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.

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Protected ReadOnly Property CurrentSymbol As TSymbol
    Get
'Usage
Dim value As TSymbol

value = Me.CurrentSymbol
protected TSymbol CurrentSymbol { get; }
protected:
property TSymbol CurrentSymbol {
    TSymbol get ();
}
member CurrentSymbol : 'TSymbol
function get CurrentSymbol () : TSymbol

Property Value

Type: TSymbol
The current symbol of this instance.

See Also

Reference

TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType> Class

System.Web.Razor.Parser Namespace