Share via


SpanBuilder Constructor (Span)

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

Initializes a new instance of the SpanBuilder class.

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

Syntax

'Declaration
Public Sub New ( _
    original As Span _
)
'Usage
Dim original As Span 

Dim instance As New SpanBuilder(original)
public SpanBuilder(
    Span original
)
public:
SpanBuilder(
    Span^ original
)
new : 
        original:Span -> SpanBuilder
public function SpanBuilder(
    original : Span
)

Parameters

See Also

Reference

SpanBuilder Class

SpanBuilder Overload

System.Web.Razor.Parser.SyntaxTree Namespace