System::Collections::Generic::LinkedList::CopyTo μέθοδος
LinkedList::CopyTo method
Αντιγράφει τα δεδομένα του container σε υπάρχοντα στοιχεία του πίνακα.
void System::Collections::Generic::LinkedList<T>::CopyTo(ArrayPtr<T> array, int index) override
| Parameter | Type | Περιγραφή |
|---|---|---|
| array | ArrayPtr<T> | ο προορισμός |
| δείκτης | int | μηδενική βάση δείκτη στον πίνακα όπου ξεκινά η αντιγραφή. |
Δείτε επίσης
- Typedef ArrayPtr
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++