Share via


Span.Change Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Changes the span builder for this span.

Namespace:  System.Web.Razor.Parser.SyntaxTree
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Sub Change ( _
    changes As Action(Of SpanBuilder) _
)
'Usage
Dim instance As Span 
Dim changes As Action(Of SpanBuilder)

instance.Change(changes)
public void Change(
    Action<SpanBuilder> changes
)
public:
void Change(
    Action<SpanBuilder^>^ changes
)
member Change : 
        changes:Action<SpanBuilder> -> unit
public function Change(
    changes : Action<SpanBuilder>
)

Parameters

See Also

Reference

Span Class

System.Web.Razor.Parser.SyntaxTree Namespace