System::Collections::Generic::HashSetPtr::HashSetPtr constructor
HashSetPtr::HashSetPtr() constructor
Null pointer constructor.
System::Collections::Generic::HashSetPtr<T>::HashSetPtr()
See Also
- Class HashSetPtr
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++
HashSetPtr::HashSetPtr(const SharedPtr<HashSet<T>>&) constructor
Copy constructor.
System::Collections::Generic::HashSetPtr<T>::HashSetPtr(const SharedPtr<HashSet<T>> &obj)
Parameter | Type | Description |
---|---|---|
obj | const SharedPtr<HashSet<T>>& | Pointer to copy. |
See Also
- Typedef SharedPtr
- Class HashSet
- Class HashSetPtr
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++