TCollections.CreateMultiMap<TKey,TValue>(TDictionaryOwnerships,IEqualityComparer) Method
Represents method CreateMultiMap<TKey,TValue>(TDictionaryOwnerships,IEqualityComparer)
.
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>