ICYMI C# 9 New Features: Create Immutable Objects with Records

added by DotNetKicks
11/2/2021 4:09:21 AM

292 Views

This is part of a series of articles on new features introduced in C# 9. C# 9 introduced a new type of object that is neither a class or a struct. This new type is called a record. In C# 9 a record is a reference type that has value type equality semantics (more on this below).


0 comments