IReadOnlyMultiMap<TKey,TValue>.Groups Property

Definition

Returns a view of the content of this multimap, each providing a key of the multimap and the values for that key. This collection contains exactly one entry for each distinct key in the multimap (thus it always has the same size as Keys).

Delphi
property Groups

Value

IEnumerable<IGrouping<TKey, TValue>>

A read-only collection containing the content of the multimap.