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)
function Required( expected : TSymbolType, errorIfNotFound : boolean, errorBase : String ) : boolean
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: