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)

member Accept : 
        symbols:IEnumerable<'TSymbol> -> unit

Parameters

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