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