CopyTo()

ExtraColorSchemeCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IExtraColorScheme>>, int32_t) method

Copies all elements of the collection to the specified array.

void Aspose::Slides::Theme::ExtraColorSchemeCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IExtraColorScheme>> array, int32_t index) override

Arguments

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

See Also