TObjectMultiMap<TKey,TValue>.Create(TDictionaryOwnerships,IEqualityComparer,IComparer) Constructor
Initializes a new instance of the TObjectMultiMap<TKey,TValue> class.
public constructor Create(ownerships: TDictionaryOwnerships; const keyComparer: IEqualityComparer<TKey>; const valueComparer: IComparer<TValue>); overload;
Parameters
- ownerships
- Type: System.Void
- keyComparer
- Type: IEqualityComparer<TKey>
- valueComparer
- Type: IComparer<TValue>