Share via


Tokenizer<TSymbol,TSymbolType>.EndSymbol Method

Definition

Overloads

EndSymbol(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.

EndSymbol(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.

EndSymbol(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.

protected TSymbol EndSymbol (TSymbolType type);
member this.EndSymbol : 'SymbolType -> 'Symbol
Protected Function EndSymbol (type As TSymbolType) As TSymbol

Parameters

type
TSymbolType

The enumeration type for the language symbol.

Returns

TSymbol

The language end symbol type.

Applies to

EndSymbol(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.

protected TSymbol EndSymbol (System.Web.Razor.Text.SourceLocation start, TSymbolType type);
member this.EndSymbol : System.Web.Razor.Text.SourceLocation * 'SymbolType -> 'Symbol
Protected Function EndSymbol (start As SourceLocation, type As TSymbolType) As TSymbol

Parameters

start
SourceLocation

The start of the source location.

type
TSymbolType

The enumeration type for the language symbol.

Returns

TSymbol

The language end symbol type.

Applies to