ConfigurationSectionCollection.RemoveAt(Int32) 方法

定義

從這個 ConfigurationSection 物件中移除指定的 ConfigurationSectionCollection 物件。

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

參數

index
Int32

要移除的區段索引。

適用於