TokenizerBackedParser(TTokenizer, TSymbol, TSymbolType).Required Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Determines whether the expected token is required.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
member Required : expected:'TSymbolType * errorIfNotFound:bool * errorBase:string -> bool
Parameters
- expected
- Type: TSymbolType
The expected token.
- errorIfNotFound
- Type: System.Boolean
true to display an error if not found; otherwise, false.
- errorBase
- Type: System.String
The error base.
Show: