Back to Csharplang

Readonly Struct

proposals/csharp-7.2/readonly-struct.md

latest172 B
Original Source

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.