csharplang/proposals/csharp-7.2/readonly-struct.md

176 B

Readonly structs

In C# 7.2, we added a feature permitting a struct declaration to have the readonly modifier. This is a placeholder for that feature's specification.