public static class MinByExtension
<ExtensionAttribute>
Public NotInheritable Class MinByExtension
[ExtensionAttribute]
public ref class MinByExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type MinByExtension = class end
MinByTSource, TKey(IEnumerableTSource, FuncTSource, TKey) | Returns the minimal elements of the given sequence, based on the given projection. |
MinByTSource, 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. |