C# records


Topic history | v1 (current) | created by jjones

Details

C# records

| created by jjones | Add resource "6 less popular facts about C# 9 records"
Title
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.
Link
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/record

authors

This topic has no history of related authors.

topics

subtopic of C#
uses C# 9