Queue<T>
Exported By |
---|
An internal Queue representation. This simple Queue just wraps an Array. Other implementations may also have a size associated with each element.
new Queue<T>()
Parameters | None. |
---|
Exported By |
---|
An internal Queue representation. This simple Queue just wraps an Array. Other implementations may also have a size associated with each element.
Parameters | None. |
---|