System::Collections::Generic::BaseDictionary::Add método
BaseDictionary::Add method
Agrega un par clave-valor al diccionario.
void System::Collections::Generic::BaseDictionary<Map>::Add(const key_t &key, const mapped_t &value) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const key_t& | Clave para insertar el valor. |
| valor | const mapped_t& | Valor a insertar. |
Ver también
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++