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 配置的 。

适用于