Parameters
- index
- The zero-based index of the item to remove.
Return Value
This method does not return a value.| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than System.Collections.CollectionBase.Count. |