System::Collections::Generic::List::RemoveRange metod

List::RemoveRange method

Tar bort ett segment av listan.

void System::Collections::Generic::List<T>::RemoveRange(int index, int count)
ParameterTypeBeskrivning
indexintStartposition för segmentet.
countintAntal element att ta bort.

Se även