Span.Start Property

Definition

The starting index of the span.

public:
 property int Start { int get(); };
public:
 property int Start { int get(); };
public int Start { get; }
member this.Start : int
Public ReadOnly Property Start As Integer

Property Value

The starting index of the span.

Applies to