Redigera

Dela via


ReadOnlyMemoryOfByteCopier.IDeepCopier<ReadOnlyMemory<Byte>>.DeepCopy Method

Definition

Creates a deep copy of the provided input.

ReadOnlyMemory<byte> IDeepCopier<ReadOnlyMemory<byte>>.DeepCopy (ReadOnlyMemory<byte> input, Orleans.Serialization.Cloning.CopyContext _);
abstract member Orleans.Serialization.Cloning.IDeepCopier<System.ReadOnlyMemory<System.Byte>>.DeepCopy : ReadOnlyMemory<byte> * Orleans.Serialization.Cloning.CopyContext -> ReadOnlyMemory<byte>
override this.Orleans.Serialization.Cloning.IDeepCopier<System.ReadOnlyMemory<System.Byte>>.DeepCopy : ReadOnlyMemory<byte> * Orleans.Serialization.Cloning.CopyContext -> ReadOnlyMemory<byte>
Function DeepCopy (input As ReadOnlyMemory(Of Byte), _ As CopyContext) As ReadOnlyMemory(Of Byte) Implements IDeepCopier(Of ReadOnlyMemory(Of Byte)).DeepCopy

Parameters

input
ReadOnlyMemory<Byte>

The input.

Returns

A copy of input.

Implements

Applies to