Removes a range of elements from the source array
[C#] void RemoveRange(int index, int count) [Visual Basic] Sub RemoveRange(index As Integer, count As Integer)
void RemoveRange(int index, int count)
Sub RemoveRange(index As Integer, count As Integer)
may throw Exception()
Removes a range of elements from the source array.
If the index is equal to the Count then the elements are added to the end of the array.
If the index or count is invalid then an exception will be raised.
None.
Submit feedback about this site to: