Skip to content

SurrogateCodec<TField, TSurrogate, TConverter>.DeepCopy(TField?, CopyContext)

DeepCopy(TField?, CopyContext)

View source
public TField? SurrogateCodec<TField, TSurrogate, DeepCopy(TField? input, CopyContext context)
Creates a deep copy of the provided input.

Parameters

inputTField?
The input.
contextCopyContext
The context.

Returns

A copy of input, or null if input is null.