TokenizerBackedParser(TTokenizer, TSymbol, TSymbolType).Optional Method (KnownSymbolType)
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.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Parameters
- type
- Type: System.Web.Razor.Tokenizer.Symbols.KnownSymbolType
The type of the token.
Return Value
Type: System.Booleantrue if parsing a token with the given type is optional; otherwise, false.
Show: