TList<T>.Sort(IComparer,Integer,Integer) Method
Represents method Sort(IComparer,Integer,Integer)
.
public
procedure Sort(const comparer: IComparer<T>; index, count: Integer); override;
Parameters
- comparer
- Type: IComparer<T>
- index
- Type: Integer
- count
- Type: Integer