TCollections.CreateMultiMap<TKey,TValue>(TDictionaryOwnerships,IEqualityComparer) Method

Represents method CreateMultiMap<TKey,TValue>(TDictionaryOwnerships,IEqualityComparer).

Namespace: Spring.Collections
public
 class function CreateMultiMap<TKey, TValue>(ownerships: TDictionaryOwnerships;
 const comparer: IEqualityComparer<TKey>): IMultiMap<TKey, TValue>; overload; static;

Type Parameters

TKey
TValue

Parameters

ownerships
Type: System.Void

comparer
Type: IEqualityComparer<TKey>

Return Value

Type: IMultiMap<TKey, TValue>