Returns the element at the head of the PriorityQueue without removing it.

Namespace: LSCollections
Assembly: Tsp (in Tsp.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual Object Peek()
Visual Basic
Public Overridable Function Peek As Object
Visual C++
public:
virtual Object^ Peek()

Return Value

The element at the head of the PriorityQueue.

See Also