IDtoInfo.ShallowClone method

Clones the specified DTO by copying each property into a new instance.

public object ShallowClone(object value)
parameter description
value The instance to clone.

See Also