An NDoc Documented Class Library

RotDeque.PopFront Method 

Pop an element from the head of the deque.

public virtual object PopFront();

Return Value

The element removed from the head of the deque.

Exceptions

Exception TypeCondition
InvalidOperationException An attempt was made to pop an element from an empty deque.

See Also

RotDeque Class | Ringlet.Collections Namespace