System::Collections::Generic::IDictionary::GetValueOrDefault metod
IDictionary::GetValueOrDefault(const TKey&) const method
Returnerar värdet om det hittas; annars Value().
virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::GetValueOrDefault(const TKey &key) const
Se även
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
IDictionary::GetValueOrDefault(const TKey&, const TValue&) const method
Returnerar värdet om det hittas; annars defaultValue.
virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::GetValueOrDefault(const TKey &key, const TValue &defaultValue) const
Se även
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++