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
ParameterTypeDescription
arrayArrayPtr<T>the destination
indexintzero-based index in array at which copying begins.

See Also