Scan__1 - waf/Rx.NET GitHub Wiki
[Missing <summary> documentation for "M:System.Linq.AsyncEnumerable.Scan1(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{0,
0,``0})"]
Namespace: System.Linq
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)
public static IAsyncEnumerable<TSource> Scan<TSource>(
this IAsyncEnumerable<TSource> source,
Func<TSource, TSource, TSource> accumulator
)
Type: System.Collections.Generic.IAsyncEnumerable<TSource>
[Missing <param name="source"/> documentation for "M:System.Linq.AsyncEnumerable.Scan1(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{0,
0,``0})"]
Type: System.Func<TSource, TSource, TSource>
[Missing <param name="accumulator"/> documentation for "M:System.Linq.AsyncEnumerable.Scan1(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{0,
0,``0})"]
[Missing <typeparam name="TSource"/> documentation for "M:System.Linq.AsyncEnumerable.Scan1(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{0,
0,``0})"]
Type: IAsyncEnumerable<TSource>
[Missing <returns> documentation for "M:System.Linq.AsyncEnumerable.Scan1(System.Collections.Generic.IAsyncEnumerable{
0},System.Func{0,
0,``0})"]
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).