Skip to content

IDeepCopier Methods

Marker type for deep copiers.

DeepCopy(object?, CopyContext)

abstract
public abstract object? DeepCopy(object? input, CopyContext context)
Creates a deep copy of the provided untyped input. The type must still match the copier instance!

Parameters

inputobject?
contextCopyContext