System.Generics.Collections.THashSet

From RAD Studio API Documentation

THashSetSystem.Generics.Collections.TEnumerableSystem.TObject

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.