ProtocolCollection.RemoveAt(Int32) Method

Definition

Removes the ProtocolElement object at the specified index location.

This API supports the product infrastructure and is not intended to be used directly from your code.

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 location of the element to remove.

Remarks

RemoveAt is introduced in the .NET Framework 3.5. For more information, see Versions and Dependencies.

Applies to