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