Skip to content

ReadOnlyMemoryOfByteCopier Methods

Copier for System.ReadOnlyMemory.

DeepCopy(ReadOnlyMemory<byte>, CopyContext)

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