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