Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSDictionary<TKey,TValue> > Constructors
TRSDictionary<TKey,TValue>.Create(IEqualityComparer) Constructor
Creates and initializes the dictionary.
Namespace: RSGenerics.Collections
Delphi
public constructor Create(const AComparer: IEqualityComparer<TKey>); overload;
Parameters
AComparer
Type: IEqualityComparer<TKey>
Specifies equality comparison function to use
•TRSDictionary<TKey,TValue>
•RSGenerics.Collections