ConfigurationSectionGroupCollection.RemoveAt(Int32) Método

Definição

Remove o ConfigurationSectionGroup objeto cujo índice é especificado deste ConfigurationSectionGroupCollection objeto.

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

Parâmetros

index
Int32

O índice do grupo de seções a ser removido.

Aplica-se a