Метод System::Collections::Generic::BaseDictionary::GetValueOrDefault
BaseDictionary::GetValueOrDefault(const key_t&) const method
Возвращает значение, если найдено; иначе Value().
mapped_t System::Collections::Generic::BaseDictionary<Map>::GetValueOrDefault(const key_t &key) const override
См. также
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
BaseDictionary::GetValueOrDefault(const key_t&, const mapped_t&) const method
Возвращает значение, если найдено; иначе defaultValue.
mapped_t System::Collections::Generic::BaseDictionary<Map>::GetValueOrDefault(const key_t &key, const mapped_t &defaultValue) const override
См. также
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++