◆
RemoveRangeCircular< T >()
static void RemoveRangeCircular< T >
(
this List< T >
list
,
int
startIndex
,
int
count
)
static
Template Parameters
T
Type of the List's elements
Parameters
list
the List from which elements will be removed.
startIndex
the index of the first element that will be removed
count
the number of sequential elements, in total, to be removed from the list
EyE
Sys
Collections
CollectionExtensions