System::Collections::Specialized::StringCollectionPtr::StringCollectionPtr constructor
StringCollectionPtr::StringCollectionPtr() constructor
Construye un puntero nulo.
System::Collections::Specialized::StringCollectionPtr::StringCollectionPtr()
Ver también
- Class StringCollectionPtr
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++
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ámetro | Tipo | Descripción |
|---|---|---|
| obj | const SharedPtr<StringCollection>& | Colección a la que apuntar. |
Ver también
- Typedef SharedPtr
- Class StringCollection
- Class StringCollectionPtr
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++