struct vs readonly struct vs ref struct vs record struct
C# knows struct
since its down of time. But there are also recent additions like readonly struct
, record struct
and ref struct
.
This article will show what are the differences between those 4.