Get item at the head of the queue.

Namespace: Utils
Assembly: FlightPlanXML (in FlightPlanXML.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public T Dequeue()
Visual Basic
Public Function Dequeue As T
Visual C++
public:
T Dequeue()

Return Value

[Missing <returns> documentation for "M:Utils.BlockingQueue`1.Dequeue"]

See Also