DeepCopy(T?, CopyContext)
public 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.System.Nullable. public T? DeepCopy(T? input, CopyContext context)inputT?contextCopyContextinput.public bool IsShallowCopyable()