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 值,该值表示条目的索引。

适用于