PrincipalValueCollection<T>.RemoveAt(Int32) 方法

定义

从集合的指定索引处删除对象。

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

参数

index
Int32

要从集合中删除的对象的索引。

实现

注解

ArgumentOutOfRangeException如果 index 小于零,或者大于或等于集合的长度,则引发 。

适用于