Skip to content

MemoryOfByteCopier Methods

Copier for System.Memory of System.Byte.

DeepCopy(Memory<byte>, CopyContext)

static
View source
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.