System::Collections::Generic::IDictionary::Add metodo
IDictionary::Add method
Aggiunge una coppia chiave-valore al contenitore.
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | const TKey& | Chiave da aggiungere. |
| valore | const TValue& | Valore da aggiungere. |
Vedi anche
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++