IOrderedDictionary<TKey,TValue>.Items Property

Definition

Gets the element at the specified index in the dictionary.

Delphi
property Items[index: Integer]: TPair<TKey,TValue>

Parameters

index
Integer

The zero-based index of the element to get.

Returns

TPair<TKey, TValue>

Exceptions

index is not a valid index in the dictionary.