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

또 보기