System::Collections::Generic::IDictionary::Add méthode
IDictionary::Add method
Ajoute une paire clé-valeur dans le conteneur.
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value)=0
| Paramètre | Type | Description |
|---|---|---|
| clé | const TKey& | Clé à ajouter. |
| valeur | const TValue& | Valeur à ajouter. |
Voir aussi
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++