SpanBuilder Constructors

Definition

Overloads

SpanBuilder()

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.

SpanBuilder(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.

SpanBuilder()

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.

public SpanBuilder ();
Public Sub New ()

Applies to

SpanBuilder(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.

public SpanBuilder (System.Web.Razor.Parser.SyntaxTree.Span original);
new System.Web.Razor.Parser.SyntaxTree.SpanBuilder : System.Web.Razor.Parser.SyntaxTree.Span -> System.Web.Razor.Parser.SyntaxTree.SpanBuilder
Public Sub New (original As Span)

Parameters

original
Span

The original span.

Applies to