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
ParametroTipoDescrizione
chiaveconst key_t&Chiave su cui impostare il valore.
valuemapped_tValore da impostare.

Vedi anche