[]
Removes the element at the specified index of the Collection<T>.
protected override void RemoveItem(int index)
Protected Overrides Sub RemoveItem(index As Integer)
Type | Name | Description |
---|---|---|
int | index | The zero based index of the element to remove. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | The |