Back to Csharplang

Enum Delegate Constraints

proposals/csharp-7.3/enum-delegate-constraints.md

latest252 B
Original Source

Enum and Delegate type parameter constraint

Champion issue: https://github.com/dotnet/csharplang/issues/104

In C# 7.3, we added support for type parameter constraint keywords enum and delegate. This is a placeholder for their specification.