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