TCollections.CreateSortedInterfaceList<T> Method
Overloads
Delphi
class function CreateSortedInterfaceList<T>(const comparer: IComparer<T>): IList<T>
Type Parameters
- T
Parameters
- comparer
- IComparer<T>
Returns
IList<T>
Delphi
class function CreateSortedInterfaceList<T>(const comparer: TComparison<T>): IList<T>
Type Parameters
- T
Parameters
- comparer
- TComparison<T>
Returns
IList<T>
Delphi
class function CreateSortedInterfaceList<T>(const values: array of T): IList<T>
Type Parameters
- T
Parameters
- values
- array of T
Returns
IList<T>
Delphi
class function CreateSortedInterfaceList<T>(const values: IEnumerable<T>): IList<T>
Type Parameters
- T
Parameters
- values
- IEnumerable<T>
Returns
IList<T>