Mono Class Library: Overview

System.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

Public Methods

Clear()
Removes all items from the Queue
Clone() : object
Makes a copy of the Queue
Contains(object) : bool
Find whether a object is in a Queue
CopyTo(Array, int)
Copies a portion of Queue to a Array at a particular index.
Dequeue() : object
Removes an item from the Queue
Enqueue(object)
Adds an item to the Queue
GetEnumerator() : IEnumerator
Documentation for this section has not yet been entered.
Peek() : object
Documentation for this section has not yet been entered.
static
Synchronized(Queue) : Queue
Makes a thread-safe queue.
ToArray() : object[]
Converts a Queue to a Array
TrimToSize()
Documentation for this section has not yet been entered.