Skip to content

ObjectCopier Methods

Copier for System.Object.

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.