System::Collections::Generic::BaseDictionary::operator[] metodo

BaseDictionary::operator[] method

Funzione di accesso.

virtual mapped_t & System::Collections::Generic::BaseDictionary<Map>::operator[](const key_t &key)
ParametroTipoDescrizione
keyconst key_t&Chiave Dictionary da accedere.

ReturnValue

Riferimento al valore esistente (o creato) indicizzato da key.

Vedi anche