An NDoc Documented Class Library

RotDeque.PopBack Method 

Pop an element from the back of the deque.

public virtual object PopBack();

Return Value

The element removed from the back 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