GroupJoin__4_1 - waf/Rx.NET GitHub Wiki
AsyncEnumerable.GroupJoin<TOuter, TInner, TKey, TResult> Method (IAsyncEnumerable<TOuter>, IAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, IAsyncEnumerable<TInner>, TResult>, IEqualityComparer<TKey>)
[Missing <summary> documentation for "M:System.Linq.AsyncEnumerable.GroupJoin4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,System.Collections.Generic.IAsyncEnumerable{1},
3},System.Collections.Generic.IEqualityComparer{``2})"]
Namespace: System.Linq
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)
public static IAsyncEnumerable<TResult> GroupJoin<TOuter, TInner, TKey, TResult>(
this IAsyncEnumerable<TOuter> outer,
IAsyncEnumerable<TInner> inner,
Func<TOuter, TKey> outerKeySelector,
Func<TInner, TKey> innerKeySelector,
Func<TOuter, IAsyncEnumerable<TInner>, TResult> resultSelector,
IEqualityComparer<TKey> comparer
)
Type: System.Collections.Generic.IAsyncEnumerable<TOuter>
[Missing <param name="outer"/> documentation for "M:System.Linq.AsyncEnumerable.GroupJoin4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,System.Collections.Generic.IAsyncEnumerable{1},
3},System.Collections.Generic.IEqualityComparer{``2})"]
Type: System.Collections.Generic.IAsyncEnumerable<TInner>
[Missing <param name="inner"/> documentation for "M:System.Linq.AsyncEnumerable.GroupJoin4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,System.Collections.Generic.IAsyncEnumerable{1},
3},System.Collections.Generic.IEqualityComparer{``2})"]
Type: System.Func<TOuter, TKey>
[Missing <param name="outerKeySelector"/> documentation for "M:System.Linq.AsyncEnumerable.GroupJoin4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,System.Collections.Generic.IAsyncEnumerable{1},
3},System.Collections.Generic.IEqualityComparer{``2})"]
Type: System.Func<TInner, TKey>
[Missing <param name="innerKeySelector"/> documentation for "M:System.Linq.AsyncEnumerable.GroupJoin4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,System.Collections.Generic.IAsyncEnumerable{1},
3},System.Collections.Generic.IEqualityComparer{``2})"]
Type: System.Func<TOuter, IAsyncEnumerable<TInner>, TResult>
[Missing <param name="resultSelector"/> documentation for "M:System.Linq.AsyncEnumerable.GroupJoin4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,System.Collections.Generic.IAsyncEnumerable{1},
3},System.Collections.Generic.IEqualityComparer{``2})"]
Type: System.Collections.Generic.IEqualityComparer<TKey>
[Missing <param name="comparer"/> documentation for "M:System.Linq.AsyncEnumerable.GroupJoin4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,System.Collections.Generic.IAsyncEnumerable{1},
3},System.Collections.Generic.IEqualityComparer{``2})"]
[Missing <typeparam name="TOuter"/> documentation for "M:System.Linq.AsyncEnumerable.GroupJoin4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,System.Collections.Generic.IAsyncEnumerable{1},
3},System.Collections.Generic.IEqualityComparer{``2})"]
[Missing <typeparam name="TInner"/> documentation for "M:System.Linq.AsyncEnumerable.GroupJoin4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,System.Collections.Generic.IAsyncEnumerable{1},
3},System.Collections.Generic.IEqualityComparer{``2})"]
[Missing <typeparam name="TKey"/> documentation for "M:System.Linq.AsyncEnumerable.GroupJoin4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,System.Collections.Generic.IAsyncEnumerable{1},
3},System.Collections.Generic.IEqualityComparer{``2})"]
[Missing <typeparam name="TResult"/> documentation for "M:System.Linq.AsyncEnumerable.GroupJoin4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,System.Collections.Generic.IAsyncEnumerable{1},
3},System.Collections.Generic.IEqualityComparer{``2})"]
Type: IAsyncEnumerable<TResult>
[Missing <returns> documentation for "M:System.Linq.AsyncEnumerable.GroupJoin4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,System.Collections.Generic.IAsyncEnumerable{1},
3},System.Collections.Generic.IEqualityComparer{``2})"]
In Visual Basic and C#, you can call this method as an instance method on any object of type IAsyncEnumerable<TOuter>. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).