System::Collections::Concurrent::ConcurrentDictionary::Add metodo
ConcurrentDictionary::Add method
Aggiunge un valore al 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. |
| value | const TValue& | Valore da aggiungere. |
Vedi anche
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++