Skip to content

ObjectCopier.DeepCopy(object?, CopyContext)

DeepCopy(object?, CopyContext)

static
View source
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.