IDictionary<TKey,TValue>.Items Property

Definition

Gets or sets the value associated with the specified key.

Delphi
property Items[const key: TKey]: TValue

Parameters

key
TKey

The key of the value to get or set.

Returns

TValue

Exceptions

The property is retrieved and key does not exist in the dictionary.