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

IKVCollection::Remove method

コンテナからアイテムを削除します。

virtual bool System::Collections::Generic::IKVCollection<T>::Remove(const T &item) override
パラメーター説明
項目const T&削除する項目。

ReturnValue

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

参照