System::Collections::Generic::BaseDictionary::GetValueOrDefault-Methode

BaseDictionary::GetValueOrDefault(const key_t&) const method

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

mapped_t System::Collections::Generic::BaseDictionary<Map>::GetValueOrDefault(const key_t &key) const override

Siehe auch

BaseDictionary::GetValueOrDefault(const key_t&, const mapped_t&) const method

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

mapped_t System::Collections::Generic::BaseDictionary<Map>::GetValueOrDefault(const key_t &key, const mapped_t &defaultValue) const override

Siehe auch