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

System.Collections.Generic.ListExtensions.MaxBy

Morten Aune Lyrstad edited this page Apr 16, 2022 · 28 revisions

IndexNamespace IndexListExtensions

Summary

public static T MaxBy<T>(this IEnumerable<T> source, Func<T, float> selector)

Returns

T

Parameters

Summary

public static TItem MaxBy<TItem, TKey>(this IEnumerable<TItem> source, Func<TItem, TKey> selector, IComparer<TKey> comparer = default)

Returns

TItem

Parameters

Clone this wiki locally