System::Collections::Generic::LinkedList::CopyTo method
LinkedList::CopyTo method
Copies container data into existing array elements.
void System::Collections::Generic::LinkedList<T>::CopyTo(ArrayPtr<T> array, int index) override
Parameter | Type | Description |
---|---|---|
array | ArrayPtr<T> | the destination |
index | int | zero-based index in array at which copying begins. |
See Also
- Typedef ArrayPtr
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++