ServiceNameElementCollection.RemoveAt(Int32) Method

Definition

The Remove(ServiceNameElement) method removes a ServiceNameElement instance from this ServiceNameElementCollection based on the index specified.

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

Parameters

index
Int32

The index of the ServiceNameElement instance to remove from this ServiceNameElementCollection.

Applies to