ArraySegmentOfByteCopier 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.
Copieur pour ArraySegment<T>.
[Orleans.RegisterCopier]
public sealed class ArraySegmentOfByteCopier : Orleans.Serialization.Cloning.IDeepCopier<ArraySegment<byte>>
[<Orleans.RegisterCopier>]
type ArraySegmentOfByteCopier = class
interface IDeepCopier<ArraySegment<byte>>
interface IDeepCopier
Public NotInheritable Class ArraySegmentOfByteCopier
Implements IDeepCopier(Of ArraySegment(Of Byte))
- Héritage
-
ArraySegmentOfByteCopier
- Attributs
- Implémente
Constructeurs
ArraySegmentOfByteCopier() |
Copieur pour ArraySegment<T>. |
Méthodes
DeepCopy(ArraySegment<Byte>, CopyContext) |
Copie l’entrée. |
Implémentations d’interfaces explicites
IDeepCopier<ArraySegment<Byte>>.DeepCopy(ArraySegment<Byte>, CopyContext) |
Crée une copie détaillée de l’entrée fournie. |