StringCollectionPtr()

StringCollectionPtr::StringCollectionPtr() constructor

Constructs null pointer.

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

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

Constructs pointer to specific collection.

System::Collections::Specialized::StringCollectionPtr::StringCollectionPtr(const SharedPtr<StringCollection> &obj)

Arguments

ParameterTypeDescription
objconst SharedPtr<StringCollection>&Collection to point to.

See Also