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