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

参照