SelectMany__3 - waf/Rx.NET GitHub Wiki

AsyncEnumerable.SelectMany<TSource, TCollection, TResult> Method (IAsyncEnumerable<TSource>, Func<TSource, IAsyncEnumerable<TCollection>>, Func<TSource, TCollection, TResult>)

[Missing <summary> documentation for "M:System.Linq.AsyncEnumerable.SelectMany3(System.Collections.Generic.IAsyncEnumerable{0},System.Func{0,System.Collections.Generic.IAsyncEnumerable{1}},System.Func{0,1,``2})"]

Namespace: System.Linq
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)

Syntax

public static IAsyncEnumerable<TResult> SelectMany<TSource, TCollection, TResult>(
	this IAsyncEnumerable<TSource> source,
	Func<TSource, IAsyncEnumerable<TCollection>> selector,
	Func<TSource, TCollection, TResult> resultSelector
)

Parameters

source

Type: System.Collections.Generic.IAsyncEnumerable<TSource>

[Missing <param name="source"/> documentation for "M:System.Linq.AsyncEnumerable.SelectMany3(System.Collections.Generic.IAsyncEnumerable{0},System.Func{0,System.Collections.Generic.IAsyncEnumerable{1}},System.Func{0,1,``2})"]

selector

Type: System.Func<TSource, IAsyncEnumerable<TCollection>>

[Missing <param name="selector"/> documentation for "M:System.Linq.AsyncEnumerable.SelectMany3(System.Collections.Generic.IAsyncEnumerable{0},System.Func{0,System.Collections.Generic.IAsyncEnumerable{1}},System.Func{0,1,``2})"]

resultSelector

Type: System.Func<TSource, TCollection, TResult>

[Missing <param name="resultSelector"/> documentation for "M:System.Linq.AsyncEnumerable.SelectMany3(System.Collections.Generic.IAsyncEnumerable{0},System.Func{0,System.Collections.Generic.IAsyncEnumerable{1}},System.Func{0,1,``2})"]

Type Parameters

TSource

[Missing <typeparam name="TSource"/> documentation for "M:System.Linq.AsyncEnumerable.SelectMany3(System.Collections.Generic.IAsyncEnumerable{0},System.Func{0,System.Collections.Generic.IAsyncEnumerable{1}},System.Func{0,1,``2})"]

TCollection

[Missing <typeparam name="TCollection"/> documentation for "M:System.Linq.AsyncEnumerable.SelectMany3(System.Collections.Generic.IAsyncEnumerable{0},System.Func{0,System.Collections.Generic.IAsyncEnumerable{1}},System.Func{0,1,``2})"]

TResult

[Missing <typeparam name="TResult"/> documentation for "M:System.Linq.AsyncEnumerable.SelectMany3(System.Collections.Generic.IAsyncEnumerable{0},System.Func{0,System.Collections.Generic.IAsyncEnumerable{1}},System.Func{0,1,``2})"]

Return Value

Type: IAsyncEnumerable<TResult>

[Missing <returns> documentation for "M:System.Linq.AsyncEnumerable.SelectMany3(System.Collections.Generic.IAsyncEnumerable{0},System.Func{0,System.Collections.Generic.IAsyncEnumerable{1}},System.Func{0,1,``2})"]

Usage Note

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

See Also

Reference

AsyncEnumerable Class
System.Linq Namespace

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