Share via


Span(SpanBuilder) Constructor

Definition

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 Span class.

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

Parameters

builder
SpanBuilder

The builder to use for this span.

Applies to