Join__4 - waf/Rx.NET GitHub Wiki
AsyncEnumerable.Join<TOuter, TInner, TKey, TResult> Method (IAsyncEnumerable<TOuter>, IAsyncEnumerable<TInner>, Func<TOuter, TKey>, Func<TInner, TKey>, Func<TOuter, TInner, TResult>)
[Missing <summary> documentation for "M:System.Linq.AsyncEnumerable.Join4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,1,
3})"]
Namespace: System.Linq
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)
public static IAsyncEnumerable<TResult> Join<TOuter, TInner, TKey, TResult>(
this IAsyncEnumerable<TOuter> outer,
IAsyncEnumerable<TInner> inner,
Func<TOuter, TKey> outerKeySelector,
Func<TInner, TKey> innerKeySelector,
Func<TOuter, TInner, TResult> resultSelector
)
Type: System.Collections.Generic.IAsyncEnumerable<TOuter>
[Missing <param name="outer"/> documentation for "M:System.Linq.AsyncEnumerable.Join4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,1,
3})"]
Type: System.Collections.Generic.IAsyncEnumerable<TInner>
[Missing <param name="inner"/> documentation for "M:System.Linq.AsyncEnumerable.Join4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,1,
3})"]
Type: System.Func<TOuter, TKey>
[Missing <param name="outerKeySelector"/> documentation for "M:System.Linq.AsyncEnumerable.Join4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,1,
3})"]
Type: System.Func<TInner, TKey>
[Missing <param name="innerKeySelector"/> documentation for "M:System.Linq.AsyncEnumerable.Join4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,1,
3})"]
Type: System.Func<TOuter, TInner, TResult>
[Missing <param name="resultSelector"/> documentation for "M:System.Linq.AsyncEnumerable.Join4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,1,
3})"]
[Missing <typeparam name="TOuter"/> documentation for "M:System.Linq.AsyncEnumerable.Join4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,1,
3})"]
[Missing <typeparam name="TInner"/> documentation for "M:System.Linq.AsyncEnumerable.Join4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,1,
3})"]
[Missing <typeparam name="TKey"/> documentation for "M:System.Linq.AsyncEnumerable.Join4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,1,
3})"]
[Missing <typeparam name="TResult"/> documentation for "M:System.Linq.AsyncEnumerable.Join4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,1,
3})"]
Type: IAsyncEnumerable<TResult>
[Missing <returns> documentation for "M:System.Linq.AsyncEnumerable.Join4(System.Collections.Generic.IAsyncEnumerable{
0},System.Collections.Generic.IAsyncEnumerable{1},System.Func{
0,2},System.Func{
1,2},System.Func{
0,1,
3})"]
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).