CopyTo()

FontSubstRuleCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IFontSubstRule>>, int32_t) method

Copies all elements from the collection to the specified array.

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

Arguments

ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<IFontSubstRule>>Target array.
indexint32_tStarting index in the target array.

See Also