ILookup<TKey,TElement>.Items Property

Definition

Gets the collection of values indexed by a specified key.

Delphi
property Items[const key: TKey]: IReadOnlyCollection<TElement>

Parameters

key
TKey

The key of the desired collecton of values.

Returns