291 Views
In this article, we are going to discuss a new feature added in C#9, called "records". Records offer an alternative to classes and structs and offer a number of advantages over those types that we'll cover in this article. To start off, let's cover what records actually are, and how they differ to classes and structs.
0 comments