csharplang/proposals/csharp-8.0/notnull-constraint.md

4 lines
187 B
Markdown

## Notnull constraint
In C# 8.0, we added a language feature that permits the specification of a new type parameter constraint `notnull`. This is a placeholder for its specification.