Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 176 Bytes

readonly-struct.md

File metadata and controls

3 lines (2 loc) · 176 Bytes

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.