Click or drag to resize
QueryableExMinByTSource, TKey Method (IEnumerableTSource, FuncTSource, TKey, IComparerTKey)

Namespace: System.Linq
Assembly: System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
Syntax
C#
public static IList<TSource> MinBy<TSource, TKey>(
	IEnumerable<TSource> source,
	Func<TSource, TKey> keySelector,
	IComparer<TKey> comparer
)

Parameters

source
Type: System.Collections.GenericIEnumerableTSource
keySelector
Type: SystemFuncTSource, TKey
comparer
Type: System.Collections.GenericIComparerTKey

Type Parameters

TSource
TKey

Return Value

Type: IListTSource
See Also