Contains additional classes that define generic collections.

Types

      
 All Types  Classes  
 NameDescription
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.