TokenizerBackedParser(TTokenizer, TSymbol, TSymbolType).AcceptAll Method

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

Determines whether the parser accepts all types of tokenizer.

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

function AcceptAll(
	... types : TSymbolType[]
) : boolean

Parameters

types
Type: TSymbolType[]
The types.

Return Value

Type: System.Boolean
true of the parser accepts all types of tokenizer; otherwise, false.
Show: