Enhanced C#
Language of your choice: library documentation
|
Represents a FIFO (first-in-first-out) queue (or a priority queue if IPriorityQueue<ThisAssembly> is also implemented). More...
Represents a FIFO (first-in-first-out) queue (or a priority queue if IPriorityQueue<ThisAssembly> is also implemented).
T | Type of each element |
Additional Inherited Members | |
![]() | |
bool | IsEmpty [get] |
![]() | |
int | Count [get] |
Gets the number of items in the collection. More... | |
![]() | |
bool | IsEmpty [get] |
![]() | |
void | Push (T item) |
![]() | |
T | TryPop (out bool isEmpty) |
T | TryPeek (out bool isEmpty) |