Oren Novotny %!s(int64=9) %!d(string=hai) anos
pai
achega
1108319fe3
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      Ix.NET/Source/System.Interactive.Async/AsyncEnumerable.cs

+ 1 - 3
Ix.NET/Source/System.Interactive.Async/AsyncEnumerable.cs

@@ -24,9 +24,7 @@ namespace System.Linq
         {
         {
             return CreateEnumerable(
             return CreateEnumerable(
                 () => CreateEnumerator<TValue>(
                 () => CreateEnumerator<TValue>(
-                    ct => TaskExt.False,
-                    () => { throw new InvalidOperationException(); },
-                    () => { })
+                    ct => TaskExt.False, null, null)
             );
             );
         }
         }