System::Collections::Generic::BaseDictionary::idx_set método

BaseDictionary::idx_set method

Función setter con clave. Modifica o crea el elemento.

void System::Collections::Generic::BaseDictionary<Map>::idx_set(const key_t &key, mapped_t value) override
ParámetroTipoDescripción
claveconst key_t&Clave donde establecer el valor.
valuemapped_tValor a establecer.

Ver también