Removes the first matching value 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 item is removed, the items that follow the removed item move up to occupy the vacated spot.