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 代表條目索引的值。

適用於