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)

protected public:
void Accept(
	IEnumerable<TSymbol>^ symbols
)

Parameters

symbols
Type: System.Collections.Generic::IEnumerable<TSymbol>
The list of symbols.
Show: