TokenizerBackedParser(TTokenizer, TSymbol, TSymbolType).Optional Method (TSymbolType)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Determines whether parsing a token with the given type is optional.

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

function Optional(
	type : TSymbolType
) : boolean

Parameters

type
Type: TSymbolType
The type of the token.

Return Value

Type: System.Boolean
true if parsing a token with the given type is optional; otherwise, false.
Show: