System::Collections::Specialized::StringCollection::CopyTo 方法
StringCollection::CopyTo method
将元素复制到现有数组元素中。
void System::Collections::Specialized::StringCollection::CopyTo(const ArrayPtr<System::String> &arr, const int32_t index) const
| 参数 | 类型 | 描述 |
|---|---|---|
| arr | const ArrayPtr<System::String>& | Array 用于复制数据。 |
| 索引 | const int32_t | 在目标数组中开始复制数据的索引位置。 |
另见
- Typedef ArrayPtr
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++