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

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Determines whether the token with the given types would pass.

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

protected public:
bool NextIs(
	... array<TSymbolType>^ types
)

Parameters

types
Type: array<TSymbolType>
The types.

Return Value

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