System::Collections::Specialized::StringCollectionPtr class

StringCollectionPtr class

Stirng collection poiner with access operator.

class StringCollectionPtr : public System::SmartPtr<StringCollection>

Methods

MethodDescription
operator[](int) constAccessor function.
StringCollectionPtr()Constructs null pointer.
StringCollectionPtr(const SharedPtr<StringCollection>&)Constructs pointer to specific collection.

See Also