An NDoc Documented Class Library

RotDeque Properties

The properties of the RotDeque class are listed below. For a complete list of RotDeque class members, see the RotDeque Members topic.

Public Instance Properties

AtBack Non-destructive retrieval of the element at the back of the deque.
AtFront Non-destructive retrieval of the element at the head of the deque.
Capacity Get the deque's capacity.
Count Get the number of elements currently on the deque.
Empty Query whether the deque is empty.
Full Query whether the deque is full.
IsFixedSize Get a value indicating whether the deque has a fixed size.
IsReadOnly Get a value indicating whether the deque is read-only.
IsSynchronized Gets a value indicating whether access to the RotDeque is synchronized (thread-safe).
Item Retrieve an element from the deque.
SyncRoot Gets an object that may be used to synchronize access to the RotDeque.

See Also

RotDeque Class | Ringlet.Collections Namespace