System::Collections::Generic::IDictionary::GetValueOrDefault méthode
IDictionary::GetValueOrDefault(const TKey&) const method
Renvoie la valeur si trouvée ; sinon Value().
virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::GetValueOrDefault(const TKey &key) const
Voir aussi
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
IDictionary::GetValueOrDefault(const TKey&, const TValue&) const method
Renvoie la valeur si trouvée ; sinon defaultValue.
virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::GetValueOrDefault(const TKey &key, const TValue &defaultValue) const
Voir aussi
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++