NGQueue T  MethodsScoreFlash API Documentation V4.6.0
The NGQueue T  type exposes the following members.
Methods

  NameDescription
Public methodDequeue
Removes and returns the item that was first put into the queue.
Public methodEnqueue
Adds item to the end of this queue.
Public methodPeek
Returns the item that was first put into the queue (without removing it from the queue).
Public methodPeekLastInLine
Returns the item that was last put into the queue.
Back to Top
See Also