IQueue<T>| Type parameters: | |
| T | The item type |
IEnumerable<T>, System.Collections.IEnumerable, System.IFormattable, ICollectionValue<T>, IDirectedCollectionValue<T>, IDirectedEnumerable<T>, IShowableArrayList<T>, CircularQueue<T>, GuardedQueue<T>, LinkedList<T>AllowsDuplicates
,this[int index]Dequeue()
,Enqueue(T item)A bool AllowsDuplicates | Access: Read-Only Value: | |||
A T this[int index] | Access: Read-Only Get the index'th element of the queue. The front of the queue has index 0.
|
A T Dequeue() |
Dequeue an item from the front of the queue.
| |||
A void Enqueue(T item) |
Enqueue an item at the back of the queue.
|