Metodo System::Collections::Generic::DictionaryPtr::operator[]

DictionaryPtr::operator[](const T&) const method

Operatore di accesso.

V & System::Collections::Generic::DictionaryPtr<T, V>::operator[](const T &key) const
ParametroTipoDescrizione
keyconst T&Chiave Dictionary.

ReturnValue

Riferimento al valore corrispondente alla chiave fornita, esistente o appena creato.

Vedi anche

DictionaryPtr::operator[](const X&) const method

Operatore di accesso per lavorare con la conversione del tipo di chiave.

template<class X> V & System::Collections::Generic::DictionaryPtr<T, V>::operator[](const X &key) const
ParametroDescrizione
XTipo di chiave sorgente.
ParametroTipoDescrizione
keyconst X&Chiave Dictionary.

ReturnValue

Riferimento al valore corrispondente alla chiave fornita, esistente o appena creato.

Vedi anche