Tokenizer(TSymbol, TSymbolType).ITokenizer.NextSymbol Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns the next language symbol type.

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

private abstract NextSymbol : unit -> ISymbol  
private override NextSymbol : unit -> ISymbol

Return Value

Type: System.Web.Razor.Tokenizer.Symbols.ISymbol
The next language symbol type.

Implements

ITokenizer.NextSymbol()
Show: