Deque<(Of <(<'T>)>)>..::..RemoveAt Method
Removes the item at the given index in the Deque. All items at indexes
greater than index move down one index
in the Deque.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
Parameters
- index
- Type: Int32
The index in the list to remove the item at. The first item in the list has index 0.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is less than zero or greater than or equal to Count. |