C#C
C#3y ago
30 replies
Decoherence

❔ `required` keyword

what is the purpose of the
required
keyword when we can enforce a property to be set through the constructor?
Was this page helpful?