Compartilhar via


ByteArrayCopier Classe

Definição

Copiador para Byte matrizes.

[Orleans.RegisterCopier]
public sealed class ByteArrayCopier : Orleans.Serialization.Cloning.IDeepCopier<byte[]>
[<Orleans.RegisterCopier>]
type ByteArrayCopier = class
    interface IDeepCopier<byte[]>
    interface IDeepCopier
Public NotInheritable Class ByteArrayCopier
Implements IDeepCopier(Of Byte())
Herança
ByteArrayCopier
Atributos
Implementações

Construtores

ByteArrayCopier()

Copiador para Byte matrizes.

Métodos

DeepCopy(Byte[], CopyContext)

Cria uma cópia profunda da entrada fornecida.

Implantações explícitas de interface

IDeepCopier<Byte[]>.DeepCopy(Byte[], CopyContext)

Cria uma cópia profunda da entrada fornecida.

Aplica-se a