Mono Class Library: Overview

System.Collections.Queue: Members

The members of System.Collections.Queue are listed below.

See Also: Inherited members from System.Object

Public Constructors

Creates an empty queue
Creates a queue from another collection
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
Countint. Number of elements in the Queue
[read-only]
IsSynchronizedbool. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject. Documentation for this section has not yet been entered.

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.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.