Tokenizer<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.
Namespace: System.Web.Razor.Tokenizer
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Protected Function EndSymbol ( _
type As TSymbolType _
) As TSymbol
'Usage
Dim type As TSymbolType
Dim returnValue As TSymbol
returnValue = Me.EndSymbol(type)
protected TSymbol EndSymbol(
TSymbolType type
)
protected:
TSymbol EndSymbol(
TSymbolType type
)
member EndSymbol :
type:'TSymbolType -> 'TSymbol
protected function EndSymbol(
type : TSymbolType
) : TSymbol
Parameters
- type
Type: TSymbolType
The enumeration type for the language symbol.
Return Value
Type: TSymbol
The language end symbol type.