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

Represents method Sort(IComparer,Integer,Integer).

Namespace: Spring.Collections.Base
public
 procedure Sort(const comparer: IComparer<T>; index, count: Integer); overload; virtual; abstract;

Parameters

comparer
Type: IComparer<T>

index
Type: Integer

count
Type: Integer

Implements

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