Skip to content

Follow-up to Enumerable.Min/Max Comparer<T>.Default optimization#48289

Merged
stephentoub merged 1 commit intodotnet:masterfrom
stephentoub:followupminmax
Feb 15, 2021
Merged

Follow-up to Enumerable.Min/Max Comparer<T>.Default optimization#48289
stephentoub merged 1 commit intodotnet:masterfrom
stephentoub:followupminmax

Conversation

@stephentoub
Copy link
Member

Follow-up to #48273. I didn't notice the same pattern was employed in the Func<TSource, TResult> overloads, so changing them, too.

I didn't notice the same pattern was employed in the `Func<TSource, TResult>` overloads, so changing them, too.
@ghost ghost added the area-System.Linq label Feb 15, 2021
@ghost
Copy link

ghost commented Feb 15, 2021

Tagging subscribers to this area: @eiriktsarpalis
See info in area-owners.md if you want to be subscribed.

Issue Details

Follow-up to #48273. I didn't notice the same pattern was employed in the Func<TSource, TResult> overloads, so changing them, too.

Author: stephentoub
Assignees: -
Labels:

area-System.Linq

Milestone: -

@stephentoub stephentoub merged commit 6c8f9ff into dotnet:master Feb 15, 2021
@stephentoub stephentoub deleted the followupminmax branch February 15, 2021 14:06
@ghost ghost locked as resolved and limited conversation to collaborators Mar 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants