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)
protected public: bool Required( TSymbolType expected, bool errorIfNotFound, String^ errorBase )
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: