An NDoc Documented Class Library

RotDeque.Item Property

Retrieve an element from the deque.

public virtual object this[
   int idx
] {get; set;}

Implements

IList.Item

Exceptions

Exception TypeCondition
ArgumentOutOfRangeException The idx parameter was either negative or larger than the current element count.

See Also

RotDeque Class | Ringlet.Collections Namespace