TList<T>.Sort(IComparer,Integer,Integer) Method

Represents method Sort(IComparer,Integer,Integer).

Namespace: Spring.Collections.Lists
public
 procedure Sort(const comparer: IComparer<T>; index, count: Integer); override;

Parameters

comparer
Type: IComparer<T>

index
Type: Integer

count
Type: Integer

Overrides

TListBase<T>.Sort(IComparer,Integer,Integer)