共用方式為


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>

組態。

適用於