Click or drag to resize

MinByExtension Class

MinBy extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsMinByExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.2.0+5205ea241d72b079436060d330cd5c2eae7cdcdf
Syntax
public static class MinByExtension
Methods
  NameDescription
Public methodStatic memberMinByTSource, TKey(IEnumerableTSource, FuncTSource, TKey)
Returns the minimal elements of the given sequence, based on the given projection.
Public methodStatic memberMinByTSource, TKey(IEnumerableTSource, FuncTSource, TKey, IComparerTKey)
Returns the minimal elements of the given sequence, based on the given projection and the specified comparer for projected values.
Top
See Also