TCollections.CreateSortedInterfaceList<T> Method

Overloads

CreateSortedInterfaceList<T>

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

Type Parameters

T

Returns

IList<T>

CreateSortedInterfaceList<T>(IComparer<T>)

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

Type Parameters

T

Parameters

comparer
IComparer<T>

Returns

IList<T>

CreateSortedInterfaceList<T>(TComparison<T>)

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

Type Parameters

T

Parameters

comparer
TComparison<T>

Returns

IList<T>

CreateSortedInterfaceList<T>(array of T)

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

Type Parameters

T

Parameters

values
array of T

Returns

IList<T>

CreateSortedInterfaceList<T>(IEnumerable<T>)

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

Type Parameters

T

Parameters

values
IEnumerable<T>

Returns

IList<T>