Partager via


Queue.Dequeue Method

Removes the object at the beginning of the Queue, and returns it.

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

Syntax

[MethodImplAttribute(InternalCall)]
public virtual Object Dequeue ()

Return Value

The object that is removed from the beginning of the Queue.

Version Information

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

See Also

Reference

Queue Class
Queue Members
System.Collections Namespace