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.

C++/CX
public:
 property int End { int get(); };

Property Value

The end of the span.

Remarks

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

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022