System.Collections.Queue Class
A first in, first out collection of objects.

See Also: Queue Members

Syntax

[System.Diagnostics.DebuggerDisplay("Count={Count}")]
[System.Diagnostics.DebuggerTypeProxy(typeof(System.Collections.CollectionDebuggerView))]
[System.Runtime.InteropServices.ComVisible(true)]
public class Queue : ICollection, ICloneable

Remarks

Note:

Queue is not thread-safe until it has been synchronized via the Queue.Synchronized function call.

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0