Metodo System::Collections::Generic::IDictionary::GetValueOrDefault

IDictionary::GetValueOrDefault(const TKey&) const method

Restituisce il valore se trovato; altrimenti Value().

virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::GetValueOrDefault(const TKey &key) const

Vedi anche

IDictionary::GetValueOrDefault(const TKey&, const TValue&) const method

Restituisce il valore se trovato; altrimenti defaultValue.

virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::GetValueOrDefault(const TKey &key, const TValue &defaultValue) const

Vedi anche