An NDoc Documented Class Library

RotDeque.Add Method 

Add an element to the end of the deque.

public virtual int Add(
   object o
);

Parameters

o
The element to add.

Return Value

The index of the element added.

Implements

IList.Add

See Also

RotDeque Class | Ringlet.Collections Namespace