Share via


SpanBuilder.Start Property

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

Gets or sets the source location of the span builder.

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

Syntax

'Declaration
Public Property Start As SourceLocation 
    Get 
    Set
'Usage
Dim instance As SpanBuilder 
Dim value As SourceLocation 

value = instance.Start

instance.Start = value
public SourceLocation Start { get; set; }
public:
property SourceLocation Start {
    SourceLocation get ();
    void set (SourceLocation value);
}
member Start : SourceLocation with get, set
function get Start () : SourceLocation 
function set Start (value : SourceLocation)

Property Value

Type: System.Web.Razor.Text.SourceLocation
The source location of the span builder.

See Also

Reference

SpanBuilder Class

System.Web.Razor.Parser.SyntaxTree Namespace