TCollections.CreateSortedList<T>(IComparer,Boolean) Method

Represents method CreateSortedList<T>(IComparer,Boolean).

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

Type Parameters

T

Parameters

comparer
Type: IComparer<T>

ownsObjects
Type: Boolean

Return Value

Type: IList<T>