Clones an object using a shallow cloning using private MemberwiseClone operation.
public static object ShallowClone(object source)
Return Value
A shallow copy: Value types are copies, reference types are left as references
Parameters
source
Object to copy
See also:
Class ReflectionUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic