An NDoc Documented Class Library

RotDeque.IndexOf Method 

Determine the index of an element on the deque.

public virtual int IndexOf(
   object o
);

Parameters

o
The element to look for.

Return Value

The index of the element on the deque, or -1 if the element is not present.

Implements

IList.IndexOf

See Also

RotDeque Class | Ringlet.Collections Namespace