TCollections.CreateSortedList<T>(IComparer) Method

Represents method CreateSortedList<T>(IComparer).

Namespace: Spring.Collections
public
 class function CreateSortedList<T>(const comparer: IComparer<T>): IList<T>; overload; static;

Type Parameters

T

Parameters

comparer
Type: IComparer<T>

Return Value

Type: IList<T>