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

4 lines
176 B
Markdown

## 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.