SynchronizedCollection<T>.IList.Remove(Object) 方法

定义

从集合中移除作为元素的指定对象的第一个匹配项。

 virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
void IList.Remove (object value);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (value As Object) Implements IList.Remove

参数

value
Object

要从集合中移除的对象。

实现

注解

集合中已移除元素下面的元素将上移以占据空出的位置,并相应地更新它们的索引。

适用于