INameObjectCollection.RemoveAt(Int32) 方法

定义

移除实例指定索引处的条目。

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

参数

index
Int32

一个 Int32 表示条目索引的值。

适用于