DeepCopy(object?, CopyContext)
static
public static object? DeepCopy(object? input, CopyContext context) Creates a deep copy of the provided input.
Parameters
inputobject?- The input.
contextCopyContext- The context.
Returns
A copy of
input.