System::Collections::Generic::IDictionary::GetValueOrDefault Methode

IDictionary::GetValueOrDefault(const TKey&) const method

Gibt den Wert zurück, falls gefunden; sonst Value().

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

Siehe auch

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

Gibt den Wert zurück, falls gefunden; sonst defaultValue.

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

Siehe auch