SynchronizedCollection<T>.RemoveItem(Int32) 方法

定义

从集合中移除指定 index 处的项。

protected:
 virtual void RemoveItem(int index);
protected virtual void RemoveItem (int index);
abstract member RemoveItem : int -> unit
override this.RemoveItem : int -> unit
Protected Overridable Sub RemoveItem (index As Integer)

参数

index
Int32

要从集合中检索的元素的从零开始的索引。

例外

指定的 index 小于零或大于集合中的项数。

适用于