TypeElementCollection.RemoveAt(Int32) 方法

定義

移除特定位置的項目。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

參數

index
Int32

要從其中移除項目之集合中的位置。

適用於