Share via


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)

Syntax

'Declaration
Private Function NextSymbol As ISymbol 
    Implements ITokenizer.NextSymbol
'Usage
Dim instance As Tokenizer 
Dim returnValue As ISymbol 

returnValue = CType(instance, ITokenizer).NextSymbol()
ISymbol ITokenizer.NextSymbol()
private:
virtual ISymbol^ NextSymbol() sealed = ITokenizer::NextSymbol
private abstract NextSymbol : unit -> ISymbol  
private override NextSymbol : unit -> ISymbol
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

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

Implements

ITokenizer.NextSymbol()

See Also

Reference

Tokenizer<TSymbol, TSymbolType> Class

System.Web.Razor.Tokenizer Namespace