Queue Class

Represents a circular-array implementation of a queue.

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)

Syntax

[DebuggerDisplayAttribute("Count = {Count}")]
[SerializableAttribute]
public class Queue : ICollection, IEnumerable, ICloneable

Version Information

Available in the .NET Micro Framework version 4.1 and 4.2.

See Also

Reference

Queue Members
System.Collections Namespace