Possible Duplicate:
Passing By ref and out
C#: does using ref/out for a method parameter make any difference if an object variable is being passed?
In C#, an object variable passes only a reference to the method, which means it is already a ref/out parameter. Is this correct?