System::Net::Http::Headers::HttpHeaderValueCollection::CopyTo metod

HttpHeaderValueCollection::CopyTo method

Kopierar alla samlingselement till befintliga array‑element.

void System::Net::Http::Headers::HttpHeaderValueCollection<T>::CopyTo(System::ArrayPtr<T> array, int32_t arrayIndex) override
ParameterTypeBeskrivning
arraySystem::ArrayPtr<T>Destinationsarray.
arrayIndexint32_tStartindex för destinationsarrayen.

Se även