System::Collections::Generic::IDictionary::CopyTo methode
IDictionary::CopyTo method
Kopieert de inhoud van het woordenboek naar bestaande array‑elementen.
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::CopyTo(ArrayPtr<KeyValuePair<TKey, TValue>> arr, int index) override
| Parameter | Type | Beschrijving |
|---|---|---|
| arr | ArrayPtr<KeyValuePair<TKey, TValue>> | Doel-array. |
| index | int | Startindex van doel-array. |
Zie ook
- Typedef ArrayPtr
- Class KeyValuePair
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++