TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.Expected Method

Definition

Overloads

Expected(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.

Expected(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.

Expected(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.

protected internal void Expected (params TSymbolType[] types);
member this.Expected : 'SymbolType[] -> unit
Protected Friend Sub Expected (ParamArray types As TSymbolType())

Parameters

types
TSymbolType[]

The types.

Applies to

Expected(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.

protected internal void Expected (System.Web.Razor.Tokenizer.Symbols.KnownSymbolType type);
member this.Expected : System.Web.Razor.Tokenizer.Symbols.KnownSymbolType -> unit
Protected Friend Sub Expected (type As KnownSymbolType)

Parameters

type
KnownSymbolType

The type.

Applies to