System::Collections::Generic::HashSet::HashSet constructor
Contents
[
Hide
]HashSet::HashSet() constructor
RTTI information.
System::Collections::Generic::HashSet<T>::HashSet()
Remarks
Creates empty set.
See Also
- Class HashSet
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++
HashSet::HashSet(const SharedPtr<IEnumerable<T>>&) constructor
Creates hashset based on enumerable values.
System::Collections::Generic::HashSet<T>::HashSet(const SharedPtr<IEnumerable<T>> &items)
See Also
- Typedef SharedPtr
- Class IEnumerable
- Class HashSet
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++
HashSet::HashSet(const SharedPtr<IEqualityComparer<T>>&) constructor
Creates empty set that uses the specified equality comparer.
System::Collections::Generic::HashSet<T>::HashSet(const SharedPtr<IEqualityComparer<T>> &comparer)
Parameter | Type | Description |
---|---|---|
comparer | const SharedPtr<IEqualityComparer<T>>& | Comparer object to associate with hashset. |
See Also
- Typedef SharedPtr
- Class IEqualityComparer
- Class HashSet
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++
HashSet::HashSet(int) constructor
Creates empty set with specified capacity.
System::Collections::Generic::HashSet<T>::HashSet(int capacity)
See Also
- Class HashSet
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++