TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.PutBack Method

Definition

Overloads

PutBack(IEnumerable<TSymbol>)

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

PutBack(TSymbol)

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

PutBack(IEnumerable<TSymbol>)

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

protected internal void PutBack (System.Collections.Generic.IEnumerable<TSymbol> symbols);
member this.PutBack : seq<'Symbol (requires 'Symbol :> System.Web.Razor.Tokenizer.Symbols.SymbolBase<'SymbolType>)> -> unit
Protected Friend Sub PutBack (symbols As IEnumerable(Of TSymbol))

Parameters

symbols
IEnumerable<TSymbol>

The symbols.

Applies to

PutBack(TSymbol)

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

protected internal void PutBack (TSymbol symbol);
member this.PutBack : 'Symbol -> unit
Protected Friend Sub PutBack (symbol As TSymbol)

Parameters

symbol
TSymbol

The symbol.

Applies to