TCollections.CreateSortedList<T> Method

Overloads

CreateSortedList<T>

Delphi
class function CreateSortedList<T>: IList<T>

Type Parameters

T

Returns

IList<T>

CreateSortedList<T>(IComparer<T>)

Delphi
class function CreateSortedList<T>(const comparer: IComparer<T>): IList<T>

Type Parameters

T

Parameters

comparer
IComparer<T>

Returns

IList<T>

CreateSortedList<T>(TComparison<T>)

Delphi
class function CreateSortedList<T>(const comparer: TComparison<T>): IList<T>

Type Parameters

T

Parameters

comparer
TComparison<T>

Returns

IList<T>

CreateSortedList<T>(array of T)

Delphi
class function CreateSortedList<T>(const values: array of T): IList<T>

Type Parameters

T

Parameters

values
array of T

Returns

IList<T>

CreateSortedList<T>(IEnumerable<T>)

Delphi
class function CreateSortedList<T>(const values: IEnumerable<T>): IList<T>

Type Parameters

T

Parameters

values
IEnumerable<T>

Returns

IList<T>

CreateSortedList<T>(Boolean)

Delphi
class function CreateSortedList<T>(ownsObjects: Boolean): IList<T>

Type Parameters

T

Parameters

ownsObjects
Boolean

Returns

IList<T>

CreateSortedList<T>(IComparer<T>, Boolean)

Delphi
class function CreateSortedList<T>(const comparer: IComparer<T>; ownsObjects: Boolean): IList<T>

Type Parameters

T

Parameters

comparer
IComparer<T>
ownsObjects
Boolean

Returns

IList<T>

CreateSortedList<T>(TComparison<T>, Boolean)

Delphi
class function CreateSortedList<T>(const comparer: TComparison<T>; ownsObjects: Boolean): IList<T>

Type Parameters

T

Parameters

comparer
TComparison<T>
ownsObjects
Boolean

Returns

IList<T>