Click or drag to resize

PriorityQueueTDequeue Method

Namespace:  Ookii.Collections.Generic
Assembly:  Ookii.Collections.Generic (in Ookii.Collections.Generic.dll) Version: 1.0.0.0 (1.0.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