Returns the first element of the queue without dequeuing it.

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

Syntax

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

Return Value

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

See Also