Rebox
Rebox(object)
public static object Rebox(object obj) ;
Description
Rebox object and copy the value.
Parameters
Parameter Name | Description |
---|---|
obj | object |
Returns
Reboxed object
Remarks
If it is not a value type, it is not copied.
Rebox object and copy the value.
Parameter Name | Description |
---|---|
obj | object |
Reboxed object
If it is not a value type, it is not copied.