An NDoc Documented Class Library

RotDeque.RotDequeEnumerator Constructor

Initialize a RotDequeEnumerator from the start of a deque.

Overload List

Initialize a RotDequeEnumerator from the start of a deque.

public RotDeque.RotDequeEnumerator(RotDeque);

Initialize a RotDequeEnumerator from a specified position of the deque.

public RotDeque.RotDequeEnumerator(RotDeque,int);

See Also

RotDeque.RotDequeEnumerator Class | Ringlet.Collections Namespace