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

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

Indicates the expected token with the given types.

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

protected public:
void Expected(
	... array<TSymbolType>^ types
)

Parameters

types
Type: array<TSymbolType>
The types.
Show: