System::Collections::Generic::SortedSetPtr::SortedSetPtr 构造函数
SortedSetPtr::SortedSetPtr() constructor
空指针构造函数。
System::Collections::Generic::SortedSetPtr<T>::SortedSetPtr()
另见
- Class SortedSetPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedSetPtr::SortedSetPtr(const SharedPtr<SortedSet<T>>&) constructor
拷贝构造函数。
System::Collections::Generic::SortedSetPtr<T>::SortedSetPtr(const SharedPtr<SortedSet<T>> &obj)
| Parameter | Type | 描述 |
|---|---|---|
| obj | const SharedPtr<SortedSet<T>>& | 复制的指针。 |
另见
- Typedef SharedPtr
- Class SortedSet
- Class SortedSetPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++