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