◆ RemoveRangeCircular< T >()

static void RemoveRangeCircular< T > ( this List< T >  list,
int  startIndex,
int  count 
)
static
Template Parameters
TType of the List's elements
Parameters
listthe List from which elements will be removed.
startIndexthe index of the first element that will be removed
countthe number of sequential elements, in total, to be removed from the list