Removes an Atom at a specified position from the array.
[C#] void RemoveAt(int index) [Visual Basic] Sub RemoveAt(index As Integer)
void RemoveAt(int index)
Sub RemoveAt(index As Integer)
may throw ArgumentOutOfRangeException()
If the index is not valid then an ArgumentOutOfRangeException will be thrown.
When an Atom is removed the elements that follow the removed element move up to occupy the vacated spot.
None.
Submit feedback about this site to: