Defer__1 - waf/Rx.NET GitHub Wiki
[Missing <summary> documentation for "M:System.Linq.AsyncEnumerable.Defer1(System.Func{System.Collections.Generic.IAsyncEnumerable{
0}})"]
Namespace: System.Linq
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)
public static IAsyncEnumerable<TSource> Defer<TSource>(
Func<IAsyncEnumerable<TSource>> factory
)
Type: System.Func<IAsyncEnumerable<TSource>>
[Missing <param name="factory"/> documentation for "M:System.Linq.AsyncEnumerable.Defer1(System.Func{System.Collections.Generic.IAsyncEnumerable{
0}})"]
[Missing <typeparam name="TSource"/> documentation for "M:System.Linq.AsyncEnumerable.Defer1(System.Func{System.Collections.Generic.IAsyncEnumerable{
0}})"]
Type: IAsyncEnumerable<TSource>
[Missing <returns> documentation for "M:System.Linq.AsyncEnumerable.Defer1(System.Func{System.Collections.Generic.IAsyncEnumerable{
0}})"]