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
Parameter | Type | Description |
---|---|---|
array | System::ArrayPtr<System::Collections::Generic::KeyValuePair<System::String, System::String>> | Array to fill. |
index | int32_t | Starting position in target array. |
See Also
- Typedef ArrayPtr
- Class KeyValuePair
- Class String
- Class TagCollection
- Namespace Aspose::Slides
- Library Aspose.Slides