Condividi tramite


ArraySegmentOfByteCopier Classe

Definizione

Copiatore per 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))
Ereditarietà
ArraySegmentOfByteCopier
Attributi
Implementazioni

Costruttori

ArraySegmentOfByteCopier()

Copiatore per ArraySegment<T>.

Metodi

DeepCopy(ArraySegment<Byte>, CopyContext)

Copia l'input.

Implementazioni dell'interfaccia esplicita

IDeepCopier<ArraySegment<Byte>>.DeepCopy(ArraySegment<Byte>, CopyContext)

Crea una copia completa dell'input fornito.

Si applica a