TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>::NextIs Method (Func<TSymbol, Boolean>)
Determines whether the token with the given condition would pass.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Parameters
- condition
- Type: System::Func<TSymbol, Boolean>
The condition.
Return Value
Type: System::Booleantrue if the token with the given condition would pass; otherwise, false.
Show: