The type of the elements of the first iterable sequence.
The type of the elements of the second iterable sequence.
The type of the keys returned by the key selector functions.
The type of the result elements.
The async-enumerable sequence to join to the first sequence.
A function to extract the join key from each element of the first sequence.
A function to extract the join key from each element of the second sequence.
A function to create a result element from two matching elements.
An iterable sequence that has elements that are obtained by performing an inner join on two sequences.
Generated using TypeDoc
Correlates the elements of two sequences based on matching keys.