ArraySegmentOfByteCopier.IDeepCopier<ArraySegment<Byte>>.DeepCopy Méthode
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.
Crée une copie détaillée de l’entrée fournie.
ArraySegment<byte> IDeepCopier<ArraySegment<byte>>.DeepCopy (ArraySegment<byte> input, Orleans.Serialization.Cloning.CopyContext _);
abstract member Orleans.Serialization.Cloning.IDeepCopier<System.ArraySegment<System.Byte>>.DeepCopy : ArraySegment<byte> * Orleans.Serialization.Cloning.CopyContext -> ArraySegment<byte>
override this.Orleans.Serialization.Cloning.IDeepCopier<System.ArraySegment<System.Byte>>.DeepCopy : ArraySegment<byte> * Orleans.Serialization.Cloning.CopyContext -> ArraySegment<byte>
Function DeepCopy (input As ArraySegment(Of Byte), _ As CopyContext) As ArraySegment(Of Byte) Implements IDeepCopier(Of ArraySegment(Of Byte)).DeepCopy
Paramètres
- input
- ArraySegment<Byte>
Entrée.
Retours
Copie de input
.