System::Collections::Generic::BaseDictionary::operator[] método

BaseDictionary::operator[] method

Función de acceso.

virtual mapped_t & System::Collections::Generic::BaseDictionary<Map>::operator[](const key_t &key)
ParámetroTipoDescripción
keyconst key_t&Dictionary clave para acceder.

ReturnValue

Referencia al valor existente (o creado) indexado por key.

Ver también