System::Collections::Concurrent::ConcurrentDictionary::Add método
ConcurrentDictionary::Add method
Agrega 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. |
| value | const TValue& | Valor a agregar. |
Ver también
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++