Classes and Structs (C# Programming Guide) https://msdn.microsoft.com/en-us/library/ms173109.aspx
How to: Know the Difference Between Passing a Struct and Passing a Class Reference to a Method (C# Programming Guide) https://msdn.microsoft.com/en-us/library/8b0bdca4.aspx
Structs Tutorial “Structs vs. Classes Structs may seem similar to classes, but there are important differences that you should be aware of. First of all, classes are […]