System::Collections::Specialized::NameValueCollection::CopyTo 方法
NameValueCollection::CopyTo method
将集合元素复制到现有数组元素中。
void System::Collections::Specialized::NameValueCollection::CopyTo(System::ArrayPtr<String> array, int32_t arrayIndex) override
| 参数 | 类型 | 描述 |
|---|---|---|
| 数组 | System::ArrayPtr<String> | 目标数组。 |
| arrayIndex | int32_t | 目标数组起始索引。 |
另见
- Typedef ArrayPtr
- Class String
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++