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

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

protected internal void PutBack(
	IEnumerable<TSymbol> symbols
)

Parameters

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