System.Generics.Collections.THashSet

Delphi
THashSet<T> = class(TEnumerable<T>)
C++
template<typename T> class PASCALIMPLEMENTATION THashSet__1 : public TEnumerable__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.
A collection without duplicate elements and where the elements in the set are in no particular order.