GroupJoinExtension<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
groupJoin<
TInner, TKey, TResult> (Iterable< TInner> other,TResult resultSelector(T element, Iterable< TInner> other), {TKey outerKeySelector(T element ), TKey innerKeySelector(TInner otherElement ), EqualityComparer< TKey> keyComparer}) → GroupJoinIterable< T, TInner, TKey, TResult> -
Joins elements in the iterable with a group of all elements in the
inner
collection that match the generated key. [...]