C# Futures: Covariant Return Types

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.
February 06, 2020
782
693