DtoInfo<T>.ShallowClone method

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

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

See Also