Share via


TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>.Accept Method (IEnumerable<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)

Syntax

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

Me.Accept(symbols)
protected internal void Accept(
    IEnumerable<TSymbol> symbols
)
protected public:
void Accept(
    IEnumerable<TSymbol>^ symbols
)
member Accept : 
        symbols:IEnumerable<'TSymbol> -> unit
function Accept(
    symbols : IEnumerable<TSymbol>
)

Parameters

See Also

Reference

TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType> Class

Accept Overload

System.Web.Razor.Parser Namespace