Skip to content

IDeepCopier<T> Methods

Provides functionality for creating clones of objects of type T.

DeepCopy(T, CopyContext)

abstract
public abstract T DeepCopy(T input, CopyContext context)
Creates a deep copy of the provided input.

Parameters

inputT
The input.
contextCopyContext
The context.

Returns

A copy of input.