System::Collections::Concurrent::ConcurrentDictionary::Add metodo
ConcurrentDictionary::Add method
Aggiunge un valore nel dizionario.
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | const TKey& | Chiave da aggiungere. |
| valore | const TValue& | Valore da aggiungere. |
Vedi anche
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Font for C++