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

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

Configures the span.

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

'Declaration
Protected Sub ConfigureSpan ( _
	config As Action(Of SpanBuilder) _
)
'Usage
Dim config As Action(Of SpanBuilder)

Me.ConfigureSpan(config)

Parameters

config
Type: System.Action(Of SpanBuilder)
The configuration.
Show: