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