Düzenle

Aracılığıyla paylaş


ByteArrayCopier Class

Definition

Copier for Byte arrays.

[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())
Inheritance
ByteArrayCopier
Attributes
Implements

Constructors

ByteArrayCopier()

Methods

DeepCopy(Byte[], CopyContext)

Creates a deep copy of the provided input.

Explicit Interface Implementations

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

Creates a deep copy of the provided input.

Applies to