TokenizerBackedParser(Of TTokenizer, TSymbol, TSymbolType).Expected Method (KnownSymbolType)

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 type.

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

'Declaration
Protected Friend Sub Expected ( _
	type As KnownSymbolType _
)
'Usage
Dim type As KnownSymbolType 

Me.Expected(type)
Show: