CopyTo()

HttpHeaderValueCollection::CopyTo(System::ArrayPtr<T>, int32_t) method

Copies all collection elements to existing array elements.

void System::Net::Http::Headers::HttpHeaderValueCollection<T>::CopyTo(System::ArrayPtr<T> array, int32_t arrayIndex) override

Arguments

ParameterTypeDescription
arraySystem::ArrayPtr<T>Destination array.
arrayIndexint32_tDestination array start index.

See Also