TokenizerBackedParser(Of 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)

'Declaration
Protected Friend Sub Expected ( _
	ParamArray types As TSymbolType() _
)
'Usage
Dim types As TSymbolType()

Me.Expected(types)

Parameters

types
Type: TSymbolType()
The types.
Show: