difference between `struct` and `ref struct`
I got a little confused trying to understand the difference between a default
struct
and a ref struct
, mainly about their behavior on stack and heap. Can someone break it down for me?2 Replies
ref struct types - C# reference
Learn about the ref struct type in C#
i think this explains it pretty well
if you have any questions after reading that article feel free to ask