System::Collections::Generic::BaseDictionary::idx_set metodo
BaseDictionary::idx_set method
Funzione setter con chiave. Modifica o crea l’elemento.
void System::Collections::Generic::BaseDictionary<Map>::idx_set(const key_t &key, mapped_t value) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| chiave | const key_t& | Chiave su cui impostare il valore. |
| value | mapped_t | Valore da impostare. |
Vedi anche
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++