Overload List

  Name Description
Public method GroupJoin<(Of <<'(T2, TResult>)>>)(IIndexScanner<(Of <<'(T2>)>>), Func<(Of <<'(T, IEnumerable<(Of <<'(T2>)>>), TResult>)>>))
Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection.
(Inherited from IIndexScanner<(Of <(<'T>)>)>.)
Public method GroupJoin<(Of <<'(T2, TResult>)>>)(IIndexScanner<(Of <<'(T2, TKey>)>>), Func<(Of <<'(T, IEnumerable<(Of <<'(T2>)>>), TResult>)>>))
Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection.
Public method GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, Object>)>>), Func<(Of <<'(IEnumerable<(Of <<'(T>)>>), T2, TResult>)>>))
Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of the second sequence.
(Inherited from IIndexScanner<(Of <(<'T>)>)>.)
GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, Object>)>>), Func<(Of <<'(IEnumerable<(Of <<'(T>)>>), T2, TResult>)>>))
Public method GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, TKey>)>>), Func<(Of <<'(IEnumerable<(Of <<'(T>)>>), T2, TResult>)>>))
Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of the second sequence.
Public method GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, TKey>)>>), Func<(Of <<'(T, IEnumerable<(Of <<'(T2>)>>), TResult>)>>))
Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of this collection.

See Also