TokenizerBackedParser(Of 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.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
'Declaration Protected Friend Function AcceptAll ( _ ParamArray types As TSymbolType() _ ) As Boolean 'Usage Dim types As TSymbolType() Dim returnValue As Boolean returnValue = Me.AcceptAll(types)
Parameters
- types
- Type: TSymbolType()
The types.
Return Value
Type: System.Booleantrue of the parser accepts all types of tokenizer; otherwise, false.
Show: