Click or drag to resize
LinkedQueueItem Methods

The LinkedQueueItem generic type exposes the following members.

Methods
  NameDescription
Public methodDequeue
Removes and returns the item on this queue that was least recently added.
Public methodEnqueue
Adds the item to this queue.
Public methodGetEnumerator
Returns an iterator that iterates over the items in this queue in FIFO order.
Public methodStatic memberMainTest
Demo test the LinkedQueue data type.
Public methodPeek
Returns the item least recently added to this queue.
Public methodToString
Returns a string representation of this queue.
(Overrides ObjectToString.)
Top
See Also