Click or drag to resize

PriorityQueueTDequeue Method

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public T Dequeue()

Return Value

Type: T
The object with the lowest value that was removed from the PriorityQueueT.
Exceptions
Remarks
See Also