Metodo System::Collections::Generic::IDictionary::idx_get

IDictionary::idx_get method

Funzione getter.

virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::idx_get(const TKey &key) const =0
ParametroTipoDescrizione
chiaveconst TKey&Chiave da cercare.

ReturnValue

Valore alla chiave specificata.

Vedi anche