System::Collections::Specialized::StringCollection::CopyTo-Methode

StringCollection::CopyTo method

Kopiert Elemente in vorhandene Array‑Elemente.

void System::Collections::Specialized::StringCollection::CopyTo(const ArrayPtr<System::String> &arr, const int32_t index) const
ParameterTypBeschreibung
arrconst ArrayPtr<System::String>&Array zum Kopieren von Daten.
Indexconst int32_tIndex im Zielarray, an dem das Kopieren von Daten beginnt.

Siehe auch