System::Collections::Generic::LinkedList::CopyTo method
LinkedList::CopyTo method
Kopieert containergegevens naar bestaande array-elementen.
void System::Collections::Generic::LinkedList<T>::CopyTo(ArrayPtr<T> array, int index) override
| Parameter | Type | Beschrijving |
|---|---|---|
| array | ArrayPtr<T> | de bestemming |
| index | int | nulgebaseerde index in de array waarop het kopiëren begint. |
Zie ook
- Typedef ArrayPtr
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++