TokenizerBackedParser(Of TTokenizer, TSymbol, TSymbolType).PushSpanConfig Method

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

Pushes the span configuration.

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

'Declaration
Protected Function PushSpanConfig As IDisposable
'Usage
Dim returnValue As IDisposable 

returnValue = Me.PushSpanConfig()

Return Value

Type: System.IDisposable
An IDisposable that shuts down the configuration.
Show: