void RemoveRange(
int index,
int count
)Sub RemoveRange (
index As Integer,
count As Integer
)void RemoveRange(
int index,
int count
)abstract RemoveRange :
index : int *
count : int -> unit | ArgumentOutOfRangeException | index is not a valid index in the CircularListT.
-or- count is less than 0. |
| ArgumentException | index and count do not denote a valid range of elements in the list. |