Removes the item at the specific position from the collection.
Declaration
public void RemoveAt(int index)
Public Sub RemoveAt(index As Integer)
Parameters
Type |
Name |
Description |
int |
index |
The int value that indicates the index of the item to be removed.
|