Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: ListSorted<T>(int)

Declaration

public ListSorted<T>(
    int capacity
)

Summary

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