TokenizerBackedParser(TTokenizer, TSymbol, TSymbolType).Expected Method (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)

member Expected : 
        types:'TSymbolType[] -> unit

Parameters

types
Type: TSymbolType[]
The types.
Show: