TSortedList<T>.Sort Method
Overloads
| Sort | |
| Sort(IComparer<T>) | |
| Sort(TComparison<T>) | |
| Sort(TComparison<T>, Integer, Integer) | |
| Sort(IComparer<T>, Integer, Integer) |
Delphi
procedure Sort(const comparer: IComparer<T>)
Parameters
- comparer
- IComparer<T>
Delphi
procedure Sort(const comparer: TComparison<T>)
Parameters
- comparer
- TComparison<T>
Delphi
procedure Sort(const comparer: TComparison<T>; index: Integer; count: Integer)
Parameters
- comparer
- TComparison<T>
- index
- Integer
- count
- Integer