C#: Demystifying the ref keyword
Intro
Have you come across the ref keyword and just completely ignored it? Well here is your chance to get a little more than a peak of what it's all about.
Common Use Cases
Passing a Value type by Reference
You have a string or an integer or any oth...
rickwag.hashnode.dev2 min read