CopyTo()
LinkedList::CopyTo(ArrayPtr<T>, int) method
Copies container data into existing array elements.
void System::Collections::Generic::LinkedList<T>::CopyTo(ArrayPtr<T> array, int index) override
Arguments
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.Slides