DeepCopy(byte[]?, CopyContext)
static
public static byte[]? DeepCopy(byte[]? input, CopyContext context) Creates a deep copy of the provided input.
Parameters
inputbyte[]?- The input.
contextCopyContext- The context.
Returns
A copy of
input.