PriorityQueue(TPriority,TItem) overview
![]() |
Overloaded. Initializes a new instance of the PriorityQueue(TPriority,TItem) class. |
![]() | get number of items within queue |
![]() | get the highest priority value |
![]() | get item with highest priority |
![]() | get the lowest priority value |
![]() | get item with lowest priority |
![]() | Get read-only collection representing this priority queue. |
![]() | Clear items from the collection. |
![]() | Dequeue item from the collection. |
![]() | Enqueue item in the collection. |
![]() | |
![]() | Returns an enumerator that iterates through the collection. |
PriorityQueue<TPriority, TItem> Class | ComponentOwl.BetterThumbnailBrowser.Collections Namespace