System::Collections::Concurrent::ConcurrentDictionary::CopyTo-Methode
ConcurrentDictionary::CopyTo method
Kopiert Container‑Elemente in vorhandene Array‑Elemente.
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::CopyTo(ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> arr, int index) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| arr | ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> | Ziel-Array. |
| Index | int | Index im Zielarray. |
Siehe auch
- Typedef ArrayPtr
- Class KeyValuePair
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Font for C++