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