CopyTo()

SummaryZoomSectionCollection::CopyTo(System::ArrayPtr<System::SharedPtr<ISummaryZoomSection>>, int32_t) method

Copies the entire collection to the specified array.

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

Arguments

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

See Also