======Метод List.RemoveRange(Int32, Int32)====== Удаляет диапазон элементов из списка [[developers:references:system.collections.generic.list_1|List]] . * **Пространство имен:** [[developers:references:system.collections.generic|System.Collections.Generic]] * **Сборка:** mscorlib (в mscorlib.dll) =====Синтаксис===== public void RemoveRange(int index, int count) **Параметры** * //index// * Тип: [[developers:references:system.int32|System.Int32]] * Отсчитываемый от нуля индекс начала диапазона элементов, которые требуется удалить. * //count// * Тип: [[developers:references:system.int32|System.Int32]] * Число удаляемых элементов.