GroupBy__3_3 - waf/Rx.NET GitHub Wiki
AsyncEnumerable.GroupBy<TSource, TKey, TResult> Method (IAsyncEnumerable<TSource>, Func<TSource, TKey>, Func<TKey, IAsyncEnumerable<TSource>, TResult>, IEqualityComparer<TKey>)
[Missing <summary> documentation for "M:System.Linq.AsyncEnumerable.GroupBy3(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{0,
1},System.Func{1,System.Collections.Generic.IAsyncEnumerable{
0},2},System.Collections.Generic.IEqualityComparer{
1})"]
Namespace: System.Linq
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)
public static IAsyncEnumerable<TResult> GroupBy<TSource, TKey, TResult>(
this IAsyncEnumerable<TSource> source,
Func<TSource, TKey> keySelector,
Func<TKey, IAsyncEnumerable<TSource>, TResult> resultSelector,
IEqualityComparer<TKey> comparer
)
Type: System.Collections.Generic.IAsyncEnumerable<TSource>
[Missing <param name="source"/> documentation for "M:System.Linq.AsyncEnumerable.GroupBy3(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{0,
1},System.Func{1,System.Collections.Generic.IAsyncEnumerable{
0},2},System.Collections.Generic.IEqualityComparer{
1})"]
Type: System.Func<TSource, TKey>
[Missing <param name="keySelector"/> documentation for "M:System.Linq.AsyncEnumerable.GroupBy3(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{0,
1},System.Func{1,System.Collections.Generic.IAsyncEnumerable{
0},2},System.Collections.Generic.IEqualityComparer{
1})"]
Type: System.Func<TKey, IAsyncEnumerable<TSource>, TResult>
[Missing <param name="resultSelector"/> documentation for "M:System.Linq.AsyncEnumerable.GroupBy3(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{0,
1},System.Func{1,System.Collections.Generic.IAsyncEnumerable{
0},2},System.Collections.Generic.IEqualityComparer{
1})"]
Type: System.Collections.Generic.IEqualityComparer<TKey>
[Missing <param name="comparer"/> documentation for "M:System.Linq.AsyncEnumerable.GroupBy3(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{0,
1},System.Func{1,System.Collections.Generic.IAsyncEnumerable{
0},2},System.Collections.Generic.IEqualityComparer{
1})"]
[Missing <typeparam name="TSource"/> documentation for "M:System.Linq.AsyncEnumerable.GroupBy3(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{0,
1},System.Func{1,System.Collections.Generic.IAsyncEnumerable{
0},2},System.Collections.Generic.IEqualityComparer{
1})"]
[Missing <typeparam name="TKey"/> documentation for "M:System.Linq.AsyncEnumerable.GroupBy3(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{0,
1},System.Func{1,System.Collections.Generic.IAsyncEnumerable{
0},2},System.Collections.Generic.IEqualityComparer{
1})"]
[Missing <typeparam name="TResult"/> documentation for "M:System.Linq.AsyncEnumerable.GroupBy3(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{0,
1},System.Func{1,System.Collections.Generic.IAsyncEnumerable{
0},2},System.Collections.Generic.IEqualityComparer{
1})"]
Type: IAsyncEnumerable<TResult>
[Missing <returns> documentation for "M:System.Linq.AsyncEnumerable.GroupBy3(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{0,
1},System.Func{1,System.Collections.Generic.IAsyncEnumerable{
0},2},System.Collections.Generic.IEqualityComparer{
1})"]
In Visual Basic and C#, you can call this method as an instance method on any object of type IAsyncEnumerable<TSource>. 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).