Represents a first-in, first-out collection of objects.
The following tables list the members exposed by the Queue type.
Name | Description | |
---|---|---|
Initializes a new instance of the Queue class. |
Name | Description | |
---|---|---|
Removes and returns the object at the beginning of the queue. |
||
Adds an object to the end of the queue. |
||
Gets the number of elements in the queue. |