TEnumerableSorter<T>.Sort(TArray,Integer) Method

Represents method Sort(TArray,Integer).

Namespace: Spring.Collections.Extensions
protected
 function Sort(var elements: TArray<T>; count: Integer): TIntegerDynArray;

Parameters

elements
Type: TArray<T>

count
Type: Integer

Return Value

Type: TIntegerDynArray

 

Implements

IEnumerableSorter<T>.Sort(TArray,Integer)