Passing Parameters By Ref In C#… WHAT?
I am not a huge .NET fan, but I am mature enough to overcome my personal likes and dislikes in a professional setting and use whatever is needed. I recently ran into a situation programming in C# that I needed to create a method that took it’s parameters by reference. Why would you want to …