System::Collections::Generic::IDictionary::GetValueOrDefault methode
IDictionary::GetValueOrDefault(const TKey&) const method
Retourneert de waarde indien gevonden; of Value() anders.
virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::GetValueOrDefault(const TKey &key) const
Zie ook
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
IDictionary::GetValueOrDefault(const TKey&, const TValue&) const method
Retourneert de waarde indien gevonden; of defaultValue anders.
virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::GetValueOrDefault(const TKey &key, const TValue &defaultValue) const
Zie ook
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++