Partager via


ReadOnlyMemoryOfByteCopier.IDeepCopier<ReadOnlyMemory<Byte>>.DeepCopy Méthode

Définition

Crée une copie détaillée de l’entrée fournie.

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

Paramètres

input
ReadOnlyMemory<Byte>

Entrée.

Retours

Copie de input.

Implémente

S’applique à