Zip__3 - waf/Rx.NET GitHub Wiki

AsyncEnumerable.Zip<TFirst, TSecond, TResult> Method

[Missing <summary> documentation for "M:System.Linq.AsyncEnumerable.Zip3(System.Collections.Generic.IAsyncEnumerable{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> Zip<TFirst, TSecond, TResult>(
	this IAsyncEnumerable<TFirst> first,
	IAsyncEnumerable<TSecond> second,
	Func<TFirst, TSecond, TResult> selector
)

Parameters

first

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

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

second

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

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

selector

Type: System.Func<TFirst, TSecond, TResult>

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

Type Parameters

TFirst

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

TSecond

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

TResult

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

Return Value

Type: IAsyncEnumerable<TResult>

[Missing <returns> documentation for "M:System.Linq.AsyncEnumerable.Zip3(System.Collections.Generic.IAsyncEnumerable{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<TFirst>. 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** ⚠️