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

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

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

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