TOrderedEnumerable<TElement,TKey>.Create(IEnumerable<TElement>,TFunc) Constructor

Initializes a new instance of the TOrderedEnumerable<TElement,TKey> class.

Namespace: Spring.Collections.Extensions
public
 constructor Create(const source: IEnumerable<TElement>;
 const keySelector: TFunc<TElement, TKey>); overload;

Parameters

source
Type: IEnumerable<TElement>

keySelector
Type: TFunc<TElement, TKey>