System::Collections::Generic::LinkedList::CopyTo‑metod
LinkedList::CopyTo method
Kopierar behållardata till befintliga arrayelement.
void System::Collections::Generic::LinkedList<T>::CopyTo(ArrayPtr<T> array, int index) override
| Parameter | Typ | Beskrivning |
|---|---|---|
| array | ArrayPtr<T> | destinationen |
| index | int | nollbaserat index i array där kopieringen börjar. |
Se även
- Typedef ArrayPtr
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++