CopyTo()

IGenericCollection::CopyTo(System::ArrayPtr<T>, int32_t) method

Copies all elements from the collection into the specified array.

virtual void Aspose::Slides::IGenericCollection<T>::CopyTo(System::ArrayPtr<T> array, int32_t index)=0

Arguments

ParameterTypeDescription
arraySystem::ArrayPtr<T>Array to fill.
indexint32_tStarting position in target array.

See Also