SynchronizedCollection<T>.RemoveItem(Int32) Метод
Определение
Удаляет из коллекции элемент по указанному индексу index
.Removes an item at a specified index
from the collection.
protected:
virtual void RemoveItem(int index);
protected virtual void RemoveItem (int index);
abstract member RemoveItem : int -> unit
override this.RemoveItem : int -> unit
Protected Overridable Sub RemoveItem (index As Integer)
Параметры
- index
- Int32
Отсчитываемый от нуля индекс элемента, извлекаемого из коллекции.The zero-based index of the element to be retrieved from the collection.
Исключения
Указанное значение параметра index
меньше нуля или больше числа элементов в коллекции.The index
specified is less than zero or greater than the number of items in the collection.