You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used on strings, Enumerable.Min and Enumerable.Max use the current culture for ordering. Unfortunately, there are no overloads that take an IComparer<string>.
The text was updated successfully, but these errors were encountered:
When used on strings,
Enumerable.Min
andEnumerable.Max
use the current culture for ordering. Unfortunately, there are no overloads that take anIComparer<string>
.The text was updated successfully, but these errors were encountered: