Issue 489 · Week of May 20, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

C# Futures: Covariant Return Types

Read full article Discuss
A frequent API design problem is the inability to use a more specific return type when overriding a method. Proposal 49, which is now a C# 9 candidate, seeks to correct this issue.