TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.ConfigureSpan Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ConfigureSpan(Action<SpanBuilder,Action<SpanBuilder>>) |
Configures the span. |
ConfigureSpan(Action<SpanBuilder>) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Configures the span. |
ConfigureSpan(Action<SpanBuilder,Action<SpanBuilder>>)
Configures the span.
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)))
Parameters
- config
- Action<SpanBuilder,Action<SpanBuilder>>
The configuration.
Applies to
ConfigureSpan(Action<SpanBuilder>)
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Configures the span.
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))
Parameters
- config
- Action<SpanBuilder>
The configuration.