CopyTo()

SectionSlideCollection::CopyTo(System::ArrayPtr<System::SharedPtr<ISlide>>, int32_t) method

Copies the entire collection to the specified array.

void Aspose::Slides::SectionSlideCollection::CopyTo(System::ArrayPtr<System::SharedPtr<ISlide>> array, int32_t index) override

Arguments

ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<ISlide>>Target array
indexint32_tIndex in the target array.

See Also