TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>::NextIs Method (Func<TSymbol, Boolean>)

Determines whether the token with the given condition would pass.

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

protected public:
bool NextIs(
	Func<TSymbol, bool>^ condition
)

Parameters

condition
Type: System::Func<TSymbol, Boolean>
The condition.

Return Value

Type: System::Boolean
true if the token with the given condition would pass; otherwise, false.
Show: