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

削除するセクションのインデックス。

適用対象