Zip__3 - waf/Rx.NET GitHub Wiki
[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)
public static IAsyncEnumerable<TResult> Zip<TFirst, TSecond, TResult>(
this IAsyncEnumerable<TFirst> first,
IAsyncEnumerable<TSecond> second,
Func<TFirst, TSecond, TResult> selector
)
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})"]
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})"]
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})"]
[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})"]
[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})"]
[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})"]
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})"]
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).