XSharpPublic icon indicating copy to clipboard operation
XSharpPublic copied to clipboard

Add RECORD type

Open RobertvanderHulst opened this issue 3 years ago • 0 comments

C# 9 and C# 10 have added a record type

See https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/record This is very much like a class but the values are immutable.

RobertvanderHulst avatar Jul 31 '22 09:07 RobertvanderHulst