TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.Accept Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Accept(IEnumerable<TSymbol>)
protected public:
 void Accept(System::Collections::Generic::IEnumerable<TSymbol> ^ symbols);protected internal void Accept(System.Collections.Generic.IEnumerable<TSymbol> symbols);member this.Accept : seq<'Symbol (requires 'Symbol :> Microsoft.AspNetCore.Razor.Tokenizer.Symbols.SymbolBase<'SymbolType>)> -> unitProtected Friend Sub Accept (symbols As IEnumerable(Of TSymbol))Parameters
- symbols
- IEnumerable<TSymbol>
Applies to
Accept(TSymbol)
protected public:
 void Accept(TSymbol symbol);protected internal void Accept(TSymbol symbol);member this.Accept : 'Symbol -> unitProtected Friend Sub Accept (symbol As TSymbol)Parameters
- symbol
- TSymbol