Span.End Property
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.
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.