System::Collections::Generic::BaseDictionary::ContainsKey メソッド

BaseDictionary::ContainsKey method

辞書にキーが存在するかチェックします。

bool System::Collections::Generic::BaseDictionary<Map>::ContainsKey(const key_t &key) const override
パラメーター説明
キーconst key_t&検索するキー。

ReturnValue

キーが存在する場合は true、そうでなければ false。

参照