System::Collections::Generic::SortedSetPtr::SortedSetPtr 构造函数

SortedSetPtr::SortedSetPtr() constructor

空指针构造函数。

System::Collections::Generic::SortedSetPtr<T>::SortedSetPtr()

另见

SortedSetPtr::SortedSetPtr(const SharedPtr<SortedSet<T>>&) constructor

拷贝构造函数。

System::Collections::Generic::SortedSetPtr<T>::SortedSetPtr(const SharedPtr<SortedSet<T>> &obj)
ParameterType描述
objconst SharedPtr<SortedSet<T>>&复制的指针。

另见