TokenizerBackedParser(Of TTokenizer, TSymbol, TSymbolType).Accept Method (IEnumerable(Of TSymbol))

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

Accepts the list of symbols

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

'Declaration
Protected Friend Sub Accept ( _
	symbols As IEnumerable(Of TSymbol) _
)
'Usage
Dim symbols As IEnumerable(Of TSymbol)

Me.Accept(symbols)

Parameters

symbols
Type: System.Collections.Generic.IEnumerable(Of TSymbol)
The list of symbols.
Show: