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

'Declaration
Protected Friend Sub PutBack ( _
	symbol As TSymbol _
)
'Usage
Dim symbol As TSymbol

Me.PutBack(symbol)

Parameters

symbol
Type: TSymbol
The symbol.
Show: