THashDictionary<TKey,TValue>.Create Constructor

Overloads

Create

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

Create(IEqualityComparer<TKey>)

Initializes a new instance of the THashDictionary<TKey,TValue> class with a key comparer.

Create

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

Delphi
constructor Create; overload;

Create(IEqualityComparer<TKey>)

Initializes a new instance of the THashDictionary<TKey,TValue> class with a key comparer.

Delphi
constructor Create(const Comparer: IEqualityComparer<TKey>); overload;

Parameters

Comparer
IEqualityComparer<TKey>

The IEqualityComparer<TKey> used for dictionary keys.