TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.PushSpanConfig Metoda

Definice

Přetížení

PushSpanConfig()

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

PushSpanConfig(Action<SpanBuilder,Action<SpanBuilder>>)

Nasdílí konfiguraci spanu.

PushSpanConfig(Action<SpanBuilder>)

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

PushSpanConfig()

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

protected IDisposable PushSpanConfig ();
member this.PushSpanConfig : unit -> IDisposable
Protected Function PushSpanConfig () As IDisposable

Návraty

Tím IDisposable se vypne konfigurace.

Platí pro

PushSpanConfig(Action<SpanBuilder,Action<SpanBuilder>>)

Nasdílí konfiguraci spanu.

protected IDisposable PushSpanConfig (Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder,Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder>> newConfig);
member this.PushSpanConfig : Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder, Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder>> -> IDisposable
Protected Function PushSpanConfig (newConfig As Action(Of SpanBuilder, Action(Of SpanBuilder))) As IDisposable

Parametry

newConfig
Action<SpanBuilder,Action<SpanBuilder>>

Nová konfigurace.

Návraty

Tím IDisposable se vypne konfigurace.

Platí pro

PushSpanConfig(Action<SpanBuilder>)

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

protected IDisposable PushSpanConfig (Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder> newConfig);
member this.PushSpanConfig : Action<System.Web.Razor.Parser.SyntaxTree.SpanBuilder> -> IDisposable
Protected Function PushSpanConfig (newConfig As Action(Of SpanBuilder)) As IDisposable

Parametry

newConfig
Action<SpanBuilder>

Nová konfigurace.

Návraty

Tím IDisposable se vypne konfigurace.

Platí pro