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