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