通过引用传递的引用类型的行为
The behaviour of reference types being passed by reference vs by value has received plenty of exposure - for instance here.
However, as far as can see, if a reference type is passed using the ref keyword and a new object is assigned to it, that change is n...