System::Collections::Specialized::StringCollectionPtr 类

StringCollectionPtr class

字符串集合指针,带访问运算符。

class StringCollectionPtr : public System::SmartPtr<T0>

方法

方法描述
operator[](int) const访问器函数。
StringCollectionPtr()构造空指针。
StringCollectionPtr(const SharedPtr<StringCollection>&)构造指向特定集合的指针。

另见