System::Net::Http::Headers::HttpHeaderValueCollection::CopyTo method

HttpHeaderValueCollection::CopyTo 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
ParameterTypeDescription
arraySystem::ArrayPtr<T>Destination array.
arrayIndexint32_tDestination array start index.

See Also