Share via


TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.PushSpanConfig Method

Definition

Overloads

PushSpanConfig()
PushSpanConfig(Action<SpanBuilder,Action<SpanBuilder>>)
PushSpanConfig(Action<SpanBuilder>)

PushSpanConfig()

protected:
 IDisposable ^ PushSpanConfig();
protected IDisposable PushSpanConfig ();
member this.PushSpanConfig : unit -> IDisposable
Protected Function PushSpanConfig () As IDisposable

Returns

Applies to

PushSpanConfig(Action<SpanBuilder,Action<SpanBuilder>>)

protected:
 IDisposable ^ PushSpanConfig(Action<Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^, Action<Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^> ^> ^ newConfig);
protected IDisposable PushSpanConfig (Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder,Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder>> newConfig);
member this.PushSpanConfig : Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder, Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder>> -> IDisposable
Protected Function PushSpanConfig (newConfig As Action(Of SpanBuilder, Action(Of SpanBuilder))) As IDisposable

Parameters

Returns

Applies to

PushSpanConfig(Action<SpanBuilder>)

protected:
 IDisposable ^ PushSpanConfig(Action<Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^> ^ newConfig);
protected IDisposable PushSpanConfig (Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder> newConfig);
member this.PushSpanConfig : Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder> -> IDisposable
Protected Function PushSpanConfig (newConfig As Action(Of SpanBuilder)) As IDisposable

Parameters

newConfig
Action<SpanBuilder>

Returns

Applies to