System::Collections::Specialized::StringCollectionPtr 类
StringCollectionPtr class
字符串集合指针,带访问运算符。
class StringCollectionPtr : public System::SmartPtr<T0>
方法
| 方法 | 描述 |
|---|---|
| operator[](int) const | 访问器函数。 |
| StringCollectionPtr() | 构造空指针。 |
| StringCollectionPtr(const SharedPtr<StringCollection>&) | 构造指向特定集合的指针。 |
另见
- Class SmartPtr
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++