System::Collections::Generic::ICollection::Remove method

ICollection::Remove method

コレクションから要素を削除します。

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

ReturnValue

要素が見つかって削除された場合は true、そうでない場合は false。

参照