[This is preliminary documentation and is subject to change.]
The QueueEx<(Of <(T>)>) type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| AddRange(IEnumerable<(Of <(T>)>)) | (Inherited from ListEx<(Of <(T>)>).) | |
| CreateSynchronized()()() |
Creates new empty queue of same type.
| |
| Dequeue()()() |
Removes and returns the object at the beginning of the queue.
| |
| Enqueue(T) |
Adds an object to the end of the queue.
| |
| Peek()()() |
Returns the object at the beginning of the queue without removing it.
| |
| ToArray()()() | (Inherited from ListEx<(Of <(T>)>).) |