System::Collections::ObjectModel::Collection::CopyTo Methode
Collection::CopyTo method
Kopiert Sammlungs-Elemente in bestehende Array-Elemente.
virtual void System::Collections::ObjectModel::Collection<T>::CopyTo(ArrayPtr<T> arr, int index) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| arr | ArrayPtr<T> | Ziel-Array. |
| Index | int | Startindex des Ziel-Arrays. |
Siehe auch
- Typedef ArrayPtr
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Font for C++