CopyTo()

SectionCollection::CopyTo(System::ArrayPtr<System::SharedPtr<ISection>>, int32_t) method

Copies the entire collection to the specified array.

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

Arguments

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

See Also