| 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. |
Initializes a new instance of the THashDictionary<TKey,TValue> class.
Delphi
constructor Create; overload;
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.