An NDoc Documented Class Library

RotDeque.PushBack Method 

Push an element at the end of the deque.

public virtual void PushBack(
   object o
);

Parameters

o
The object to push.

Exceptions

Exception TypeCondition
InvalidOperationException An attempt was made to push an element onto a full deque.

See Also

RotDeque Class | Ringlet.Collections Namespace