Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSDictionary<TKey,TValue> > Constructors
TRSDictionary<TKey,TValue>.Create(Integer) Constructor
Creates and initializes the dictionary.
Namespace: RSGenerics.Collections
Delphi
public constructor Create(ACapacity: Integer = 0); overload;
Parameters
ACapacity
Type: Integer
Specifies the initial capacity
•TRSDictionary<TKey,TValue>
•RSGenerics.Collections