Removes the Element at the specified index.
[C#] virtual void RemoveAt(int index) [Visual Basic] Overridable Function RemoveAt(index As int) As void
virtual void RemoveAt(int index)
Overridable Function RemoveAt(index As int) As void
ArgumentOutOfRangeException: Thrown if the index provided is not valid.
When an Element is removed the items that follow the removed item, move up to occupy the vacated spot.