PriorityQueueBaseTElementPeek Method |
Peeks at the first element of the queue (the one with the highest priority, according to the priority comparison) and returns that element
without removing it
Namespace: SD.Tools.Algorithmia.PriorityQueuesAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax public abstract TElement Peek()
Public MustOverride Function Peek As TElement
Return Value
Type:
TElementSee Also