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