System::Collections::Generic::BaseDictionary::ContainsKey 메서드

BaseDictionary::ContainsKey method

키가 사전에 존재하는지 확인합니다.

bool System::Collections::Generic::BaseDictionary<Map>::ContainsKey(const key_t &key) const override
매개변수형식설명
keyconst key_t&찾을 키.

ReturnValue

키가 존재하면 true, 그렇지 않으면 false.

또 보기