An NDoc Documented Class Library

RotDeque.RemoveAt Method 

Remove the element at a specified position on the deque.

public virtual void RemoveAt(
   int idx
);

Parameters

idx
The position of the element to remove.

Implements

IList.RemoveAt

Exceptions

Exception TypeCondition
ArgumentOutOfRangeException A negative or too large index was specified by the idx parameter.

See Also

RotDeque Class | Ringlet.Collections Namespace