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)

Syntax

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
)

Parameters

outer

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})"]

inner

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})"]

outerKeySelector

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})"]

innerKeySelector

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})"]

resultSelector

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})"]

comparer

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})"]

Type Parameters

TOuter

[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})"]

TInner

[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})"]

TKey

[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})"]

TResult

[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})"]

Return Value

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})"]

Usage Note

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).

See Also

Reference

AsyncEnumerable Class
System.Linq Namespace

⚠️ **GitHub.com Fallback** ⚠️