Partager via


MemoryOfByteCopier Classe

Définition

Copieur pour Memory<T> de Byte.

[Orleans.RegisterCopier]
public sealed class MemoryOfByteCopier : Orleans.Serialization.Cloning.IDeepCopier<Memory<byte>>
[<Orleans.RegisterCopier>]
type MemoryOfByteCopier = class
    interface IDeepCopier<Memory<byte>>
    interface IDeepCopier
Public NotInheritable Class MemoryOfByteCopier
Implements IDeepCopier(Of Memory(Of Byte))
Héritage
MemoryOfByteCopier
Attributs
Implémente

Constructeurs

MemoryOfByteCopier()

Copieur pour Memory<T> de Byte.

Méthodes

DeepCopy(Memory<Byte>, CopyContext)

Copie l’entrée.

Implémentations d’interfaces explicites

IDeepCopier<Memory<Byte>>.DeepCopy(Memory<Byte>, CopyContext)

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

S’applique à