DeepCopy(T?, CopyContext)
public T? ExceptionCopier<T, DeepCopy(T? original, CopyContext context) Creates a deep copy of the provided input.
Parameters
originalT?- The input.
contextCopyContext- The context.
Returns
A copy of
input, or null if input is null. 