Intersect__1 - waf/Rx.NET GitHub Wiki

AsyncEnumerable.Intersect<TSource> Method (IAsyncEnumerable<TSource>, IAsyncEnumerable<TSource>)

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

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

Syntax

public static IAsyncEnumerable<TSource> Intersect<TSource>(
	this IAsyncEnumerable<TSource> first,
	IAsyncEnumerable<TSource> second
)

Parameters

first

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

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

second

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

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

Type Parameters

TSource

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

Return Value

Type: IAsyncEnumerable<TSource>

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

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** ⚠️