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