[]
Removes the element at the specified index of the System.Collections.ObjectModel.Collection<T>.
protected override void RemoveItem(int index)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index of the element to remove. |
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when index is less than zero.-or-index is equal to or greater than System.Collections.ObjectModel.Collection<T>.Count. |