An NDoc Documented Class Library

RotDeque.Remove Method 

Remove the first occurence of an element from the deque.

public virtual void Remove(
   object o
);

Parameters

o
The element to remove.

Implements

IList.Remove

See Also

RotDeque Class | Ringlet.Collections Namespace