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

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
ParameterTypBeskrivning
arraySystem::ArrayPtr<T>Målararray.
arrayIndexint32_tStartindex för destinationsarray.

Se även