ServiceNameElementCollection.RemoveAt(Int32) Metodo

Definizione

Il metodo Remove(ServiceNameElement) rimuove un'istanza di ServiceNameElement da questo oggetto ServiceNameElementCollection in base all'indice specificato.

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

Parametri

index
Int32

Indice dell'istanza di ServiceNameElement da rimuovere da questo oggetto ServiceNameElementCollection.

Si applica a