Back to Csharplang

Constraints In Overrides

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

latest207 B
Original Source

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.