System::Collections::Generic::HashSet::HashSet yapıcı
İçindekiler
[
Saklamak
]HashSet::HashSet() constructor
RTTI bilgisi.
System::Collections::Generic::HashSet<T>::HashSet()
Açıklamalar
Boş bir küme oluşturur.
Ayrıca Bakınız
- Class HashSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
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
- Typedef SharedPtr
- Class IEnumerable
- Class HashSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
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)
| Parameter | Type | Açıklama |
|---|---|---|
| comparer | const SharedPtr<IEqualityComparer<T>>& | Comparer nesnesi hashset ile ilişkilendirmek için. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class IEqualityComparer
- Class HashSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
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
- Class HashSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++