HashSetPtr()

HashSetPtr::HashSetPtr() constructor

Null pointer constructor.

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

HashSetPtr::HashSetPtr(const SharedPtr<HashSet<T>>&) constructor

Copy constructor.

System::Collections::Generic::HashSetPtr<T>::HashSetPtr(const SharedPtr<HashSet<T>> &obj)

Arguments

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

See Also