CopyTo()

CustomXmlPartCollection::CopyTo(System::ArrayPtr<System::SharedPtr<ICustomXmlPart>>, int32_t) method

Copy to specified array.

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

Arguments

ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<ICustomXmlPart>>Array to copy to.
indexint32_tIndex to begin copying.

See Also