CompositeCollection.RemoveAt(Int32) 方法

定义

从集合中移除位于给定索引处的项。 所有其余项向上移动一个位置。

public:
 virtual void RemoveAt(int removeIndex);
public void RemoveAt (int removeIndex);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (removeIndex As Integer)

参数

removeIndex
Int32

要从其位置移除项的索引。

实现

例外

如果索引超出范围。

适用于