Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: ListSorted<T>(IComparer<T>)

Declaration

public ListSorted<T>(
    IComparer<T> comparer
)

Summary

Creates an empty ListSorted<T> using the specified item comparer.