INameObjectCollection.RemoveAt(Int32) Method

Definition

Removes the entry at the specified index of the instance.

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

Parameters

index
Int32

An Int32 value that represents the index of an entry.

Applies to