System::Collections::Generic::IDictionary::GetValueOrDefault मेथड

IDictionary::GetValueOrDefault(const TKey&) const method

यदि पाया जाए तो मान लौटाता है; अन्यथा Value()

virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::GetValueOrDefault(const TKey &key) const

संबंधित देखें

IDictionary::GetValueOrDefault(const TKey&, const TValue&) const method

यदि पाया जाए तो मान लौटाता है; अन्यथा defaultValue

virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::GetValueOrDefault(const TKey &key, const TValue &defaultValue) const

संबंधित देखें