System::Collections::Generic::SortedSetPtr::SortedSetPtr constructor
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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| obj | const SharedPtr<SortedSet<T>>& | 복사할 포인터. |
또 보기
- Typedef SharedPtr
- Class SortedSet
- Class SortedSetPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++