System::Collections::Specialized::NameValueCollection::CopyTo-Methode

NameValueCollection::CopyTo method

Kopiert Sammlungs‑Elemente in vorhandene Array‑Elemente.

void System::Collections::Specialized::NameValueCollection::CopyTo(System::ArrayPtr<String> array, int32_t arrayIndex) override
ParameterTypBeschreibung
ArraySystem::ArrayPtr<String>Ziel-Array.
arrayIndexint32_tStartindex des Ziel-Arrays.

Siehe auch