mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.Collections.Queue, including all inherited members.
Clear() | System.Collections.Queue | virtual |
Clone() | System.Collections.Queue | virtual |
Contains(object obj) | System.Collections.Queue | virtual |
CopyTo(Array array, int index) | System.Collections.Queue | virtual |
Count | System.Collections.Queue | |
Dequeue() | System.Collections.Queue | virtual |
Enqueue(object obj) | System.Collections.Queue | virtual |
GetEnumerator() | System.Collections.Queue | virtual |
IsSynchronized | System.Collections.Queue | |
Peek() | System.Collections.Queue | virtual |
Queue() | System.Collections.Queue | |
Queue(int capacity) | System.Collections.Queue | |
Queue(int capacity, float growFactor) | System.Collections.Queue | |
Queue???(ICollection col) | System.Collections.Queue | |
Synchronized(Queue queue) | System.Collections.Queue | static |
SyncRoot | System.Collections.Queue | |
ToArray() | System.Collections.Queue | virtual |
TrimToSize() | System.Collections.Queue | virtual |