IOrderedSet<T>.Items Property
Definition
Gets the element at the specified index in the set.
Delphi
property Items[index: Integer]: T
Parameters
- index
- Integer
The zero-based index of the element to get.
Returns
T
Exceptions
index is not a valid index in the set.