Object-oriented Programming in C# Reference types, Value types, and Patterns
Examples of mutable structs in C#
The purpose of this page is to point out the misfit between value types (C# structs) and mutability.
This page should be used as motivation for the solutions on the following page.
Examples of struct Point
The examples on this page illustrate mutable Points programmed with structs