次の方法で共有


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>

構成。

適用対象