IReadOnlyDictionary<TKey,TValue>.Items Property

Definition

Gets the value associated with the specified key.

Delphi
property Items[const key: TKey]: TValue

Parameters

key
TKey

The key of the value to get.

Returns

TValue

Exceptions

key does not exist in the dictionary.