This thread is for discussions of Parameter Passing in C#.
So how do I pass a reference type by value - e.g. prevent changes/side effects to that instance? Can this be done at all?
Thanks