Udostępnij przez


TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.ConfigureSpan Metoda

Definicja

Przeciążenia

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

Konfiguruje zakres.

ConfigureSpan(Action<SpanBuilder>)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Konfiguruje zakres.

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

Konfiguruje zakres.

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

Konfiguracja.

Dotyczy

ConfigureSpan(Action<SpanBuilder>)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Konfiguruje zakres.

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>

Konfiguracja.

Dotyczy