System::Collections::Generic::IDictionary::idx_set método
IDictionary::idx_set method
Función setter.
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const TKey& | Clave a buscar. |
| value | TValue | Valor a establecer en la clave especificada. |
Ver también
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++