System::Collections::Generic::SortedSetPtr::SortedSetPtr constructor

SortedSetPtr::SortedSetPtr() constructor

Null pointer constructor.

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

See Also

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

Copy constructor.

System::Collections::Generic::SortedSetPtr<T>::SortedSetPtr(const SharedPtr<SortedSet<T>> &obj)
ParameterTypeDescription
objconst SharedPtr<SortedSet<T>>&Pointer to copy.

See Also