System::Collections::Specialized::StringCollectionPtr::StringCollectionPtr constructor

StringCollectionPtr::StringCollectionPtr() constructor

Construye un puntero nulo.

System::Collections::Specialized::StringCollectionPtr::StringCollectionPtr()

Ver también

StringCollectionPtr::StringCollectionPtr(const SharedPtr<StringCollection>&) constructor

Construye un puntero a una colección específica.

System::Collections::Specialized::StringCollectionPtr::StringCollectionPtr(const SharedPtr<StringCollection> &obj)
ParámetroTipoDescripción
objconst SharedPtr<StringCollection>&Colección a la que apuntar.

Ver también