System::Collections::Generic::HashSet::HashSet yapıcı

HashSet::HashSet() constructor

RTTI bilgisi.

System::Collections::Generic::HashSet<T>::HashSet()

Açıklamalar

Boş bir küme oluşturur.

Ayrıca Bakınız

HashSet::HashSet(const SharedPtr<IEnumerable<T>>&) constructor

Yineleyebilir değerler temelinde bir hashset oluşturur.

System::Collections::Generic::HashSet<T>::HashSet(const SharedPtr<IEnumerable<T>> &items)

Ayrıca Bakınız

HashSet::HashSet(const SharedPtr<IEqualityComparer<T>>&) constructor

Belirtilen eşitlik karşılaştırıcısını kullanan boş bir küme oluşturur.

System::Collections::Generic::HashSet<T>::HashSet(const SharedPtr<IEqualityComparer<T>> &comparer)
ParameterTypeAçıklama
comparerconst SharedPtr<IEqualityComparer<T>>&Comparer nesnesi hashset ile ilişkilendirmek için.

Ayrıca Bakınız

HashSet::HashSet(int) constructor

Belirtilen kapasiteyle boş bir küme oluşturur.

System::Collections::Generic::HashSet<T>::HashSet(int capacity)

Ayrıca Bakınız