Tokenizer(Of TSymbol, TSymbolType).EndSymbol Method (TSymbolType)
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns the language end symbol type used by the tokenizer.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
'Declaration Protected Function EndSymbol ( _ type As TSymbolType _ ) As TSymbol 'Usage Dim type As TSymbolType Dim returnValue As TSymbol returnValue = Me.EndSymbol(type)
Parameters
- type
- Type: TSymbolType
The enumeration type for the language symbol.
Show: