Metodo System::Collections::Generic::BaseDictionary::idx_set
BaseDictionary::idx_set method
Funzione setter indicizzata. 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. |
| valore | mapped_t | Valore da impostare. |
Vedi anche
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++