System::Collections::ObjectModel::ReadOnlyCollection::CopyTo method

ReadOnlyCollection::CopyTo method

Copies container elements to existing array elements.

virtual void System::Collections::ObjectModel::ReadOnlyCollection<T>::CopyTo(System::ArrayPtr<T> array, int index) override
ParameterTypeDescription
arraySystem::ArrayPtr<T>Destination array.
indexintDestination array beginning index.

See Also