Represents method CreateSortedList<T>(IComparer).
CreateSortedList<T>(IComparer)
public class function CreateSortedList<T>(const comparer: IComparer<T>): IList<T>; overload; static;