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
Parameter | Type | Description |
---|---|---|
array | System::ArrayPtr<T> | Array to fill. |
index | int32_t | Starting position in target array. |
See Also
- Typedef ArrayPtr
- Class IGenericCollection
- Namespace Aspose::Slides
- Library Aspose.Slides