System::Collections::Generic::IDictionary::CopyTo Methode
IDictionary::CopyTo method
Kopiert den Inhalt des Dictionaries in vorhandene Array-Elemente.
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::CopyTo(ArrayPtr<KeyValuePair<TKey, TValue>> arr, int index) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| arr | ArrayPtr<KeyValuePair<TKey, TValue>> | Ziel-Array. |
| Index | int | Startindex des Ziel-Arrays. |
Siehe auch
- Typedef ArrayPtr
- Class KeyValuePair
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++