System::Collections::Generic::List::RemoveRange method

List::RemoveRange method

Removes slice of list.

void System::Collections::Generic::List<T>::RemoveRange(int index, int count)
ParameterTypeDescription
indexintSlice beginning position.
countintNumber of elements to remove.

See Also