An NDoc Documented Class Library

RotDeque.PushFront Method 

Push an element on the head of the deque.

public virtual void PushFront(
   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