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

Pushes the span configuration.

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

'Declaration
Protected Function PushSpanConfig ( _
	newConfig As Action(Of SpanBuilder, Action(Of SpanBuilder)) _
) As IDisposable
'Usage
Dim newConfig As Action(Of SpanBuilder, Action(Of SpanBuilder))
Dim returnValue As IDisposable 

returnValue = Me.PushSpanConfig(newConfig)

Parameters

newConfig
Type: System.Action(Of SpanBuilder, Action(Of SpanBuilder))
The new configuration.

Return Value

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