Compartir a través de


ArraySegmentOfByteCopier Clase

Definición

Copiador para 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))
Herencia
ArraySegmentOfByteCopier
Atributos
Implementaciones

Constructores

ArraySegmentOfByteCopier()

Copiador para ArraySegment<T>.

Métodos

DeepCopy(ArraySegment<Byte>, CopyContext)

Copia la entrada.

Implementaciones de interfaz explícitas

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

Crea una copia en profundidad de la entrada proporcionada.

Se aplica a