Skip to content

Commit 1813f20

Browse files
gustyabelbraaksma
andauthored
Update src/FSharp.Control.TaskSeq/TaskSeq.fs
Co-authored-by: Abel Braaksma <[email protected]>
1 parent 0d4f537 commit 1813f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Control.TaskSeq/TaskSeq.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module TaskSeq =
1616
member _.GetAsyncEnumerator (_) =
1717
{ new IAsyncEnumerator<'T> with
1818
member _.MoveNextAsync () = ValueTask.FromResult false
19-
member _.get_Current () = Unchecked.defaultof<'T>
19+
member _.Current with get() = Unchecked.defaultof<'T>
2020
member _.DisposeAsync () = ValueTask.CompletedTask
2121
}
2222
}

0 commit comments

Comments
 (0)