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)

protected function EndSymbol(
	start : SourceLocation, 
	type : TSymbolType
) : TSymbol

Parameters

start
Type: System.Web.Razor.Text.SourceLocation
The start of the source location.
type
Type: TSymbolType
The enumeration type for the language symbol.

Return Value

Type: TSymbol
The language end symbol type.
Show: