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() | |
SpanBuilder(Span) |
SpanBuilder()
public:
SpanBuilder();
public SpanBuilder ();
Public Sub New ()
Applies to
SpanBuilder(Span)
public:
SpanBuilder(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Span ^ original);
public SpanBuilder (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span original);
new Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span -> Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder
Public Sub New (original As Span)
Parameters
- original
- Span