Span.End Property

Definition

The end of the span. The span is open-ended on the right side, which is to say that Start + Length = End.

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

Property Value

The end of the span.

Remarks

The span is open-ended on the right side, so that Start + Length = End.

Applies to