Share via


ITokenizer.NextSymbol Method

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

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

Syntax

'Declaration
Function NextSymbol As ISymbol
'Usage
Dim instance As ITokenizer 
Dim returnValue As ISymbol 

returnValue = instance.NextSymbol()
ISymbol NextSymbol()
ISymbol^ NextSymbol()
abstract NextSymbol : unit -> ISymbol
function NextSymbol() : ISymbol

Return Value

Type: System.Web.Razor.Tokenizer.Symbols.ISymbol

See Also

Reference

ITokenizer Interface

System.Web.Razor.Tokenizer Namespace