System::Collections::Specialized::NameValueCollection::CopyTo methode

NameValueCollection::CopyTo method

Kopieert collectie‑elementen naar bestaande array‑elementen.

void System::Collections::Specialized::NameValueCollection::CopyTo(System::ArrayPtr<String> array, int32_t arrayIndex) override
ParameterTypeBeschrijving
arraySystem::ArrayPtr<String>Doel-array.
arrayIndexint32_tStartindex van doel-array.

Zie ook