System::Collections::Generic::IDictionary::CopyTo method
IDictionary::CopyTo 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
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.PDF for C++