Overload_CodeJam_Collections_EnumerableExtensions_UnionBy - rsdn/CodeJam GitHub Wiki
| Name | Description | |
|---|---|---|
![]()
|
UnionBy(TSource, TKey)(IEnumerable(TSource), IEnumerable(TSource), Func(TSource, TKey)) | Produces the set union of two sequences by using the specified key to compare values. |
![]()
|
UnionBy(TSource, TKey)(IEnumerable(TSource), IEnumerable(TSource), Func(TSource, TKey), IEqualityComparer(TKey)) | Produces the set union of two sequences by using the specified key and IEqualityComparer(T) to compare values. |
