طريقة 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

انظر أيضًا