| QueryableExMaxByTSource, TKey Method (IEnumerableTSource, FuncTSource, TKey) | 
 
Namespace: System.LinqAssembly: System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
 Syntax
Syntaxpublic static IList<TSource> MaxBy<TSource, TKey>(
	IEnumerable<TSource> source,
	Func<TSource, TKey> keySelector
)
Parameters
- source
- Type: System.Collections.GenericIEnumerableTSource
 
- keySelector
- Type: SystemFuncTSource, TKey
 
Type Parameters
- TSource
- TKey
Return Value
Type: 
IListTSource See Also
See Also