共用方式為


CodeSubDirectoriesCollection.RemoveAt(Int32) 方法

定義

移除集合中位於指定索引位置的項目。

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

參數

index
Int32

要移除的項目索引位置。

適用於