Skip to content

Overload_CodeJam_Collections_EnumerableExtensions_UnionBy

Andrew Koryavchenko edited this page Jul 4, 2017 · 3 revisions

EnumerableExtensions.UnionBy Method

Overload List

 

Name Description
Public methodStatic member 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.
Public methodStatic member 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.
  Back to Top

See Also

Reference

EnumerableExtensions Class
CodeJam.Collections Namespace

Clone this wiki locally