System::Collections::Generic::IDictionary::GetValueOrDefault methode

IDictionary::GetValueOrDefault(const TKey&) const method

Retourneert de waarde indien gevonden; of Value() anders.

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

Zie ook

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

Retourneert de waarde indien gevonden; of defaultValue anders.

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

Zie ook