CopyTo()
IDictionary::CopyTo(ArrayPtr<KeyValuePair<TKey, TValue>>, int) method
Copies dictionary contents into existing array elements.
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::CopyTo(ArrayPtr<KeyValuePair<TKey, TValue>> arr, int index) override
Arguments
| Parameter | Type | Description |
|---|---|---|
| arr | ArrayPtr<KeyValuePair<TKey, TValue>> | Destination array. |
| index | int | Destination array start index. |
See Also
- Typedef ArrayPtr
- Class KeyValuePair
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Slides