System::Collections::Generic::HashSetPtr::HashSetPtr constructor

HashSetPtr::HashSetPtr() constructor

Конструктор нулевого указателя.

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

См. также

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

Конструктор копирования.

System::Collections::Generic::HashSetPtr<T>::HashSetPtr(const SharedPtr<HashSet<T>> &obj)
ПараметрТипОписание
objconst SharedPtr<HashSet<T>>&Указатель для копирования.

См. также