-
Notifications
You must be signed in to change notification settings - Fork 36
Overload_CodeJam_Collections_EnumerableExtensions_DistinctBy
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Name | Description | |
---|---|---|
![]() ![]() ![]() ![]() |
DistinctBy(TSource, TKey)(IEnumerable(TSource), Func(TSource, TKey)) | Returns a sequence with distinct elements from the input sequence based on the specified key. |
![]() ![]() ![]() ![]() |
DistinctBy(TSource, TKey)(IEnumerable(TSource), Func(TSource, TKey), IEqualityComparer(TKey)) | Returns a sequence with distinct elements from the input sequence based on the specified key and key comparer. |