csharplang/proposals/csharp-8.0/constraints-in-overrides.md

211 B

Override with constraints

In C# 8.0, we added a feature to permit the specification of certain type parameter constraints in an override method declaration. This is a placeholder for its specification.