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

IDictionary::Remove method

コンテナからキーを削除します。

virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
パラメーター説明
キーconst TKey&削除するキー。

ReturnValue

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

参照