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

ParameterTypeDescription
arrayArrayPtr<T>the destination
indexintzero-based index in array at which copying begins.

See Also