Mono Class Library: OverviewSystem.Collections.Queue: Method Members |
The methods of System.Collections.Queue are listed below. For a list of all members, see the Queue Members list.
See Also: Inherited members from System.Object
Clear() Removes all items from the QueueClone() : object Makes a copy of the QueueContains(object) : bool Find whether a object is in a QueueCopyTo(Array, int) Copies a portion of Queue to a Array at a particular index.Dequeue() : object Removes an item from the QueueEnqueue(object) Adds an item to the QueueGetEnumerator() : IEnumerator Documentation for this section has not yet been entered.Peek() : object Documentation for this section has not yet been entered. staticSynchronized(Queue) : Queue Makes a thread-safe queue.ToArray() : object[] Converts a Queue to a ArrayTrimToSize() Documentation for this section has not yet been entered.