Range.End Property

Definition

Gets an Index that represents the exclusive end index of the range.

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

Property Value

The end index of the range.

Applies to