PreviousNext

Introducing C# 9: Init only properties

by anthonygiretti, 2020-06-16T01:35:53.598Z

.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

Read More