Share via


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)

Syntax

'Declaration
Protected Friend Function AcceptAll ( _
    ParamArray types As TSymbolType() _
) As Boolean
'Usage
Dim types As TSymbolType()
Dim returnValue As Boolean 

returnValue = Me.AcceptAll(types)
protected internal bool AcceptAll(
    params TSymbolType[] types
)
protected public:
bool AcceptAll(
    ... array<TSymbolType>^ types
)
member AcceptAll : 
        types:'TSymbolType[] -> bool
function AcceptAll(
    ... types : TSymbolType[]
) : boolean

Parameters

Return Value

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

See Also

Reference

TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType> Class

System.Web.Razor.Parser Namespace