System::Collections::Specialized::NameValueCollection::CopyTo 方法

NameValueCollection::CopyTo method

将集合元素复制到已有的数组元素中。

void System::Collections::Specialized::NameValueCollection::CopyTo(System::ArrayPtr<String> array, int32_t arrayIndex) override
ParameterType描述
arraySystem::ArrayPtr<String>目标数组。
arrayIndexint32_t目标数组起始索引。

另见