Method RemoveItem
RemoveItem(int)
Removes the item at the specified index of the collection.
protected override void RemoveItem(int index)
Parameters
indexintThe zero-based index of the element to remove.
Removes the item at the specified index of the collection.
protected override void RemoveItem(int index)
index intThe zero-based index of the element to remove.