TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.PushSpanConfig 方法

定義

多載

PushSpanConfig()

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。推送範圍設定。

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

推入範圍設定。

PushSpanConfig(Action<SpanBuilder>)

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。推送範圍設定。

PushSpanConfig()

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。推送範圍設定。

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

傳回

關閉 IDisposable 組態的 。

適用於

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

推入範圍設定。

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

參數

newConfig
Action<SpanBuilder,Action<SpanBuilder>>

新設定。

傳回

關閉 IDisposable 組態的 。

適用於

PushSpanConfig(Action<SpanBuilder>)

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。推送範圍設定。

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

參數

newConfig
Action<SpanBuilder>

新設定。

傳回

關閉 IDisposable 組態的 。

適用於