System::Collections::Concurrent::ConcurrentDictionary::idx_set método
ConcurrentDictionary::idx_set method
Información RTTI.
virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const TKey& | Posición donde establecer el elemento. |
| value | TValue | Valor a establecer en una posición específica. |
Observaciones
Establece el elemento en una posición específica.
Ver también
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++