Sdílet prostřednictvím


TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.ConfigureSpan Metoda

Definice

Přetížení

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

Nakonfiguruje rozsah.

ConfigureSpan(Action<SpanBuilder>)

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Nakonfiguruje rozsah.

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

Nakonfiguruje rozsah.

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)))

Parametry

config
Action<SpanBuilder,Action<SpanBuilder>>

Konfigurace.

Platí pro

ConfigureSpan(Action<SpanBuilder>)

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Nakonfiguruje rozsah.

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))

Parametry

config
Action<SpanBuilder>

Konfigurace.

Platí pro