Méthode System::Collections::Concurrent::ConcurrentDictionary::CopyTo
ConcurrentDictionary::CopyTo method
Copie les éléments du conteneur vers des éléments de tableau existants.
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::CopyTo(ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> arr, int index) override
| Paramètre | Type | Description |
|---|---|---|
| arr | ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> | Tableau de destination. |
| indice | int | Indice dans le tableau de destination. |
Voir aussi
- Typedef ArrayPtr
- Class KeyValuePair
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Font for C++