Span.End Property
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(); };
C++/CX
public:
property int End { int get(); };
public int End { get; }
member this.End : int
Public ReadOnly Property End As Integer
The end of the span.
The span is open-ended on the right side, so that Start + Length = End.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |