Click or drag to resize
DigitalRunePriorityQueueTPeek Method
Gets the greatest item in the queue without removing the item.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public T Peek()

Return Value

Type: T
The greatest item in the queue.
Exceptions
ExceptionCondition
InvalidOperationException The priority queue is empty.
See Also