Boxing is to turn value type into reference type, right?
But when we copy a reference type into another reference type , it just copies the address, not the value. But when I convert int to object for example and copy to an...
asked on
20.03.2015 / 17:20