TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.PushSpanConfig 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
PushSpanConfig() |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Pushes the span configuration. |
PushSpanConfig(Action<SpanBuilder,Action<SpanBuilder>>) |
Pushes the span configuration. |
PushSpanConfig(Action<SpanBuilder>) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Pushes the span configuration. |
PushSpanConfig()
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Pushes the span configuration.
protected IDisposable PushSpanConfig();
member this.PushSpanConfig : unit -> IDisposable
Protected Function PushSpanConfig () As IDisposable
Returns
An IDisposable that shuts down the configuration.
Applies to
PushSpanConfig(Action<SpanBuilder,Action<SpanBuilder>>)
Pushes the span configuration.
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
Parameters
- newConfig
- Action<SpanBuilder,Action<SpanBuilder>>
The new configuration.
Returns
An IDisposable that shuts down the configuration.
Applies to
PushSpanConfig(Action<SpanBuilder>)
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Pushes the span configuration.
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
Parameters
- newConfig
- Action<SpanBuilder>
The new configuration.
Returns
An IDisposable that shuts down the configuration.