We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fff6a4 commit 29c09f4Copy full SHA for 29c09f4
standard/interfaces.md
@@ -684,7 +684,7 @@ A *type_parameter_constraints_clause* on an explicit interface method implementa
684
> }
685
> ```
686
>
687
-> Without the type parameter constraints in the implementing methods, the compiler won’t know which method is being implemented. *end example*
+> Without the type parameter constraint `where T : class`, the base method with the reference-typed type parameter cannot be overridden. *end example*
688
<!-- markdownlint-disable MD028 -->
689
690
<!-- markdownlint-enable MD028 -->
0 commit comments