TOrderedEnumerable<T>.TEnumerator.Create(IEnumerable<T>,IEnumerableSorter<T>) Constructor

Initializes a new instance of the TOrderedEnumerable<T>.TEnumerator class.

Namespace: Spring.Collections.Extensions
public
 constructor Create(const source: IEnumerable<T>;
 const sorter: IEnumerableSorter<T>);

Parameters

source
Type: IEnumerable<T>

sorter
Type: IEnumerableSorter<T>