Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

public ListSorted<T>(
    int capacity,
    IComparer<T> comparer
)

Summary

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