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>目标数组。
arrayIndexint32_t目标数组起始索引。

另见