System.Generics.Collections.TObjectHashSet

Delphi
TObjectHashSet<T: class> = class(THashSet<T>)
C++
template<typename T> class PASCALIMPLEMENTATION TObjectHashSet__1 : public THashSet__1<T>
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | System.Generics.Collections |
Description
Represents a set of values in the hash set.
Represents a set of values in the hash set.
A collection without duplicate elements and where the elements in the set are in no particular order.