TOrderedIterator<T>.Create(IEnumerable<T>,IComparer) Constructor

Initializes a new instance of the TOrderedIterator<T> class.

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

Parameters

source
Type: IEnumerable<T>

comparer
Type: IComparer<T>