MemoryOfByteCopier Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
[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() |
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. |