System::Collections::ObjectModel::Collection::CopyTo method

Collection::CopyTo method

Copies collection elements into existing array elements.

virtual void System::Collections::ObjectModel::Collection<T>::CopyTo(ArrayPtr<T> arr, int index) override
ParameterTypeDescription
arrArrayPtr<T>Destination array.
indexintDestination array start index.

See Also