If a field is a value type,a bit by bit copy of the field is performed
If a field is a reference type, the reference is copied but the reference object is not, therefore, the original object and its clone refer to the same object.
Navin MalikPosted May 5, 2013, 1:00 AM