search

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.

Instance Methods