582 Views
NET 5 brings a new version of the C# language: C# 9. In this article we will discuss on a new feature: Init only properties C# 9 Introduces accessor (variant of accessor) that allows properties to be assigned once during object initialization.
0 comments