C# records
Description
Beginning with C# 9, you use the record keyword to define a reference type that provides built-in functionality for encapsulating data. You can create record types with immutable properties by using positional parameters or standard property syntax.
Relations
C# (pronounced see sharp, like the musical note C♯, but written with the number sign) is a general-pu...
Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources
treated in 6 less popular facts about C# 9 records
9.0 rating 4.0 level 10.0 clarity 8.0 background – 1 rating
A lot of C# 9-related content is around. Very often, records are mentioned as one of the most interes...