System::Collections::Concurrent::ConcurrentDictionary::CopyTo method
ConcurrentDictionary::CopyTo method
Copie les éléments du conteneur dans les éléments existants du tableau.
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.Page for C++