DeepCopy(T?, CopyContext)
public T? DeepCopy(T? input, CopyContext _)Returns the input value.
Parameters
inputT?_CopyContext
public T? DeepCopy(T? input, CopyContext _)inputT?_CopyContextpublic object? DeepCopy(object? input, CopyContext _)inputobject?_CopyContextpublic bool IsShallowCopyable()true if the type is shallow-copyable; otherwise, false.