Share via


Tokenizer<TSymbol, TSymbolType>.EndSymbol Method (SourceLocation, 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 ( _
    start As SourceLocation, _
    type As TSymbolType _
) As TSymbol
'Usage
Dim start As SourceLocation 
Dim type As TSymbolType
Dim returnValue As TSymbol

returnValue = Me.EndSymbol(start, _
    type)
protected TSymbol EndSymbol(
    SourceLocation start,
    TSymbolType type
)
protected:
TSymbol EndSymbol(
    SourceLocation start, 
    TSymbolType type
)
member EndSymbol : 
        start:SourceLocation * 
        type:'TSymbolType -> 'TSymbol 
protected function EndSymbol(
    start : SourceLocation, 
    type : TSymbolType
) : TSymbol

Parameters

  • type
    Type: TSymbolType
    The enumeration type for the language symbol.

Return Value

Type: TSymbol
The language end symbol type.

See Also

Reference

Tokenizer<TSymbol, TSymbolType> Class

EndSymbol Overload

System.Web.Razor.Tokenizer Namespace