Removes an Element from the array.
[C#] virtual bool Remove(T value) [Visual Basic] Overridable Function Remove(value As T) As Boolean
virtual bool Remove(T value)
Overridable Function Remove(value As T) As Boolean
When an Element is removed, the items that follow the removed item move up to occupy the vacated spot.