Proposal: record structs #4334
Labels
Implemented Needs ECMA Spec
This feature has been implemented in C#, but still needs to be merged into the ECMA specification
Proposal champion
Proposal
Milestone
Allow value type records with
record struct
.Secondarily, we would also allow
record class
(with same meaning asrecord
) and allow explicit declarations of positional members using different member kinds (get/set
property, or field).References
https://github.com/dotnet/csharplang/blob/master/meetings/2020/LDM-2020-10-07.md#record-struct-syntax
The text was updated successfully, but these errors were encountered: