The ref keyword in C# with Reference and Value types
The ref keyword in C# can be used when passing a variable that holds a Value or a Reference type to a function.
In this article I want to show you how this keyword works and how you can take advantage of it to avoid a possible bug.
Ref and Value type...
aliasger.dev4 min read