IMultiSet<T>.OrderedByCount Method

Definition

Returns a read-only view on the multiset that is ordered by the occurences of its items starting with the highest occurence.

Delphi
function OrderedByCount: IReadOnlyMultiSet<T>

Returns