public void RemoveRange(
int index,
int count
)
Public Sub RemoveRange (
index As Integer,
count As Integer
)
public:
virtual void RemoveRange(
int index,
int count
) sealed
abstract RemoveRange :
index : int *
count : int -> unit
override 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. |