ConfigurationSectionGroupCollection.RemoveAt(Int32) メソッド

定義

インデックスを指定した ConfigurationSectionGroup オブジェクトを、この ConfigurationSectionGroupCollection オブジェクトから削除します。

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

パラメーター

index
Int32

削除するセクション グループのインデックス。

適用対象