Indexable list of all dictionary entries.
Items is an indexable list of all key-value pairs in the dictionary.
The Count property holds the number of dictionary entries in Items.
You can set and get values by indexing the Items property. Setting the value this way overwrites an existing value and does not raise an exception.
Namespace: RSGenerics.Collections
Delphi |
public |
Parameters
Key
Type: TKey
Type: TValue