IEnumerableSorter<T> Interface

Represents type IEnumerableSorter<T>.

Namespace: Spring.Collections.Extensions
IInterface
  Spring.Collections.Extensions.IEnumerableSorter<T>
    Spring.Collections.Extensions.TEnumerableSorter<T>
type
 IEnumerableSorter<T> = interface
 end;

Type Parameters

T

The IEnumerableSorter<T> type exposes the following members.

Show:
 NameDescription
CompareKeys(Integer,Integer)

Represents method CompareKeys(Integer,Integer).

ComputeKeys(TArray,Integer)

Represents method ComputeKeys(TArray,Integer).

Sort(TArray,Integer)

Represents method Sort(TArray,Integer).

Top