System::Collections::Generic::LinkedList::CopyTo méthode
LinkedList::CopyTo method
Copie les données du conteneur dans les éléments de tableau existants.
void System::Collections::Generic::LinkedList<T>::CopyTo(ArrayPtr<T> array, int index) override
| Paramètre | Type | Description |
|---|---|---|
| tableau | ArrayPtr<T> | la destination |
| indice | int | indice basé sur zéro dans le tableau où la copie commence. |
Voir aussi
- Typedef ArrayPtr
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++