Creates and initializes the dictionary.
Namespace: RSGenerics.Collections
Delphi |
public |
Parameters
ACapacity
Type: Integer
Specifies the initial capacity
AComparer
Type: IEqualityComparer<TKey>
Specifies equality comparison function to use
Reference |