| PriorityQueueTDequeue Method |
Gets the greatest item in the queue and removes the item.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax Public Function Dequeue As T
member Dequeue : unit -> 'T
Return Value
Type:
TThe greatest item in the queue.
Exceptions See Also