DeepCopy(Memory<byte>, CopyContext)
static
public static Memory<byte> DeepCopy(Memory<byte> input, CopyContext copyContext) Copies the input.
Parameters
inputMemory<byte>- The input.
copyContextCopyContext- The copy context.
Returns
A copy of the input.
