Removes an T from the start of the queue, returning it.

Namespace: MonoSoftware.Core.Collections
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public T Dequeue()
Visual Basic
Public Function Dequeue As T
Visual C++
public:
T Dequeue()
F#
member Dequeue : unit -> 'T 

Return Value

Type: T
The item at the head of the queue

See Also