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