Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

System.Collections.Generic.ListExtensions.MinBy

Malware edited this page May 4, 2019 · 11 revisions

IndexNamespace IndexListExtensions

Summary

public static T MinBy<T>(this IEnumerable<T> source, Func<T, System.Single> selector)

Returns

T

Parameters

Clone this wiki locally