System::Net::Http::Headers::HttpHeaderValueCollection::CopyTo 方法

HttpHeaderValueCollection::CopyTo method

将所有集合元素复制到现有数组元素中。

void System::Net::Http::Headers::HttpHeaderValueCollection<T>::CopyTo(System::ArrayPtr<T> array, int32_t arrayIndex) override
参数类型描述
数组System::ArrayPtr<T>目标数组。
arrayIndexint32_t目标数组起始索引。

另见