RemoveRange()

List::RemoveRange(int, int) method

Removes slice of list.

void System::Collections::Generic::List<T>::RemoveRange(int index, int count)

Arguments

ParameterTypeDescription
indexintSlice beginning position.
countintNumber of elements to remove.

See Also