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

定义

重载

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

配置跨度。

ConfigureSpan(Action<SpanBuilder>)

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。配置范围。

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

配置跨度。

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

参数

config
Action<SpanBuilder,Action<SpanBuilder>>

配置。

适用于

ConfigureSpan(Action<SpanBuilder>)

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。配置范围。

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

参数

config
Action<SpanBuilder>

配置。

适用于