Contains additional classes that define generic collections.
Types
| All Types | Classes |
| Name | Description | |
|---|---|---|
| InvertedComparer<(Of <(T>)>) |
Provides an IComparer<(Of <(T>)>) that inverts the results of the specified IComparer<(Of <(T>)>).
| |
| PriorityQueue<(Of <(T>)>) |
Provides a queue where the element with the lowest value is always at the front of the queue.
|