929 Views
Now, for the final post in this mini-series, let's turn our attention to a feature that was originally scheduled for release in C# 10, but didn't quite make the cut: required properties. In C# 9.0 and below, there is no good way for us to tell the C# compiler that a given property of a class is required.
0 comments