TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.ConfigureSpan Method

Definition

Overloads

ConfigureSpan(Action<SpanBuilder,Action<SpanBuilder>>)

Configures the span.

ConfigureSpan(Action<SpanBuilder>)

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

ConfigureSpan(Action<SpanBuilder,Action<SpanBuilder>>)

Configures the span.

protected void ConfigureSpan (Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder,Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder>> config);
member this.ConfigureSpan : Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder, Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder>> -> unit
Protected Sub ConfigureSpan (config As Action(Of SpanBuilder, Action(Of SpanBuilder)))

Parameters

config
Action<SpanBuilder,Action<SpanBuilder>>

The configuration.

Applies to

ConfigureSpan(Action<SpanBuilder>)

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

protected void ConfigureSpan (Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder> config);
member this.ConfigureSpan : Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder> -> unit
Protected Sub ConfigureSpan (config As Action(Of SpanBuilder))

Parameters

config
Action<SpanBuilder>

The configuration.

Applies to