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

BaseDictionary::Remove method

辞書から特定のキーを削除します。

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

ReturnValue

キーが見つかり削除された場合は true、そうでなければ false。

参照