CopyTo()

ReadOnlyCollection::CopyTo(System::ArrayPtr<T>, int) method

Copies container elements to existing array elements.

virtual void System::Collections::ObjectModel::ReadOnlyCollection<T>::CopyTo(System::ArrayPtr<T> array, int index) override

Arguments

ParameterTypeDescription
arraySystem::ArrayPtr<T>Destination array.
indexintDestination array beginning index.

See Also