Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
viceroypenguin committed Apr 12, 2024
1 parent ddc9cf0 commit 9fa0ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SuperLinq/CountBy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static partial class SuperEnumerable
#if NET9_0_OR_GREATER
[Obsolete("This method has been implemented by the framework.")]
public static IEnumerable<KeyValuePair<TKey, int>> CountBy<TSource, TKey>(
IEnumerable<TSource> source,
IEnumerable<TSource> source,
Func<TSource, TKey> keySelector
)
#else
Expand Down

0 comments on commit 9fa0ee5

Please sign in to comment.