Mono Class Library: OverviewSystem.Collections.Queue: Members |
The members of System.Collections.Queue are listed below.
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.
staticAsQueryable(this IEnumerable) : System.Linq.IQueryable Documentation for this section has not yet been entered. staticCast<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered. staticOfType<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered.