Name | Description | |
---|---|---|
![]() | Dequeue | Removes and returns the item at the beginning of the queue. |
![]() | Enqueue | Enqueue (appends) the item at the end of the queue. |
![]() | Peek | Returns the first item of the queue without removing it |
The following tables list the members exposed by INQueue<T>.
Name | Description | |
---|---|---|
![]() | Dequeue | Removes and returns the item at the beginning of the queue. |
![]() | Enqueue | Enqueue (appends) the item at the end of the queue. |
![]() | Peek | Returns the first item of the queue without removing it |