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

HashSetPtr::HashSetPtr() constructor

Constructor de puntero nulo.

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

Ver también

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

Constructor de copia.

System::Collections::Generic::HashSetPtr<T>::HashSetPtr(const SharedPtr<HashSet<T>> &obj)
ParámetroTipoDescripción
objconst SharedPtr<HashSet<T>>&Puntero a copiar.

Ver también