System::Collections::Generic::IDictionary::CopyTo metod
IDictionary::CopyTo method
Kopierar ordboksinnehåll till befintliga array‑element.
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::CopyTo(ArrayPtr<KeyValuePair<TKey, TValue>> arr, int index) override
| Parameter | Typ | Beskrivning |
|---|---|---|
| arr | ArrayPtr<KeyValuePair<TKey, TValue>> | Målararray. |
| index | int | Startindex för destinationsarray. |
Se även
- Typedef ArrayPtr
- Class KeyValuePair
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++