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