Skip to content

Overload_CodeJam_Collections_EnumerableExtensions_IntersectBy

andrewvk edited this page Mar 22, 2016 · 3 revisions

EnumerableExtensions.IntersectBy Method

[This is preliminary documentation and is subject to change.]

Overload List

 

Name Description
Public methodStatic member IntersectBy(TSource, TKey)(IEnumerable(TSource), IEnumerable(TSource), Func(TSource, TKey)) Produces the set intersection of two sequences by using the specified key to compare values.
Public methodStatic member IntersectBy(TSource, TKey)(IEnumerable(TSource), IEnumerable(TSource), Func(TSource, TKey), IEqualityComparer(TKey)) Produces the set intersection 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