GlobalObjectCollection.RemoveAt(Int32) Method

Definition

Removes an object from the collection at the specified position.

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

Parameters

index
Int32

The position of the item in the collection.

Implements

Applies to