Click or drag to resize
IPriorityQueueTFindMin Method
Returns the item with the minimum key in this priority queue.

Namespace: Slash.Collections.PriorityQueues
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
IPriorityQueueItem<T> FindMin()

Return Value

Type: IPriorityQueueItemT
Item with the minimum key in this priority queue.
Exceptions
ExceptionCondition
InvalidOperationException This priority queue is empty.
See Also