System::Net::Http::Headers::HttpHeaderValueCollection::CopyTo Methode

HttpHeaderValueCollection::CopyTo method

Kopiert alle Elemente der Sammlung in vorhandene Array‑Elemente.

void System::Net::Http::Headers::HttpHeaderValueCollection<T>::CopyTo(System::ArrayPtr<T> array, int32_t arrayIndex) override
ParameterTypBeschreibung
ArraySystem::ArrayPtr<T>Ziel-Array.
arrayIndexint32_tStartindex des Ziel-Arrays.

Siehe auch