Deque<(Of <(<'T>)>)>..::..RemoveRange Method
Removes a range of items at the given index in the Deque. All items at indexes
greater than index move down count indices
in the Deque.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is less than zero or greater than or equal to Count, or count is less than zero or too large. |