Metodo System::Collections::Generic::IDictionary::TryGetValue

IDictionary::TryGetValue method

Cerca il valore e lo recupera se trovato.

virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::TryGetValue(const TKey &key, TValue &value) const =0
ParametroTipoDescrizione
chiaveconst TKey&Chiave da cercare.
valoreTValue&Riferimento in cui memorizzare il valore recuperato.

ReturnValue

Vero se il valore è stato trovato e recuperato, falso altrimenti.

Vedi anche