CopyTo()
BaseKVCollection::CopyTo(ArrayPtr<KV>, int) method
Copies data to existing array elements.
virtual void System::Collections::Generic::BaseKVCollection<Dict, KV>::CopyTo(ArrayPtr<KV> arr, int index) override
Arguments
Parameter | Type | Description |
---|---|---|
arr | ArrayPtr<KV> | Destination array with sufficient size. |
index | int | Start index in destination array. |
See Also
- Typedef ArrayPtr
- Class BaseKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Slides