System::Collections::Generic::BaseDictionary::GetValueOrDefault‑Methode
BaseDictionary::GetValueOrDefault(const key_t&) const method
Gibt den Wert zurück, falls gefunden; andernfalls Value().
mapped_t System::Collections::Generic::BaseDictionary<Map>::GetValueOrDefault(const key_t &key) const override
Siehe auch
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
BaseDictionary::GetValueOrDefault(const key_t&, const mapped_t&) const method
Gibt den Wert zurück, falls gefunden; andernfalls defaultValue.
mapped_t System::Collections::Generic::BaseDictionary<Map>::GetValueOrDefault(const key_t &key, const mapped_t &defaultValue) const override
Siehe auch
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++