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

4 lines
211 B
Markdown

## 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.