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 小於零,或大於或等於集合的長度,則會擲回 。

適用於