RankedBagTRemoveAt Method |
Namespace: Kaos.Collections
public void RemoveAt( int index )
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When index is less than zero or greater than or equal to Count. |
After this operation, the index of all following items is reduced by one.
This is a O(log n) operation.