CopyTo()

TagCollection::CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::String>>, int32_t) method

Copies all elements from the collection into the specified array.

void Aspose::Slides::TagCollection::CopyTo(System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::String>> array, int32_t index) override

Arguments

ParameterTypeDescription
arraySystem::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::String>>Array to fill.
indexint32_tStarting position in target array.

See Also