SortedSetPtr()

SortedSetPtr::SortedSetPtr() constructor

Null pointer constructor.

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

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

Copy constructor.

System::Collections::Generic::SortedSetPtr<T>::SortedSetPtr(const SharedPtr<SortedSet<T>> &obj)

Arguments

ParameterTypeDescription
objconst SharedPtr<SortedSet<T>>&Pointer to copy.

See Also