System::Collections::Concurrent::ConcurrentDictionary::Add method
ConcurrentDictionary::Add method
Agrega un valor al diccionario.
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const TKey& | Clave a agregar. |
| valor | const TValue& | Valor a agregar. |
Ver también
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.PDF for C++