TObjectMultiMap<TKey,TValue>.Create(TDictionaryOwnerships,IEqualityComparer) Constructor

Initializes a new instance of the TObjectMultiMap<TKey,TValue> class.

Namespace: Spring.Collections.MultiMaps
public
 constructor Create(ownerships: TDictionaryOwnerships;
 const keyComparer: IEqualityComparer<TKey>); overload;

Parameters

ownerships
Type: System.Void

keyComparer
Type: IEqualityComparer<TKey>