Compartilhar via


ArraySegmentCopier<T> Classe

Definição

Copiador para ArraySegment<T>.

[Orleans.RegisterCopier]
public sealed class ArraySegmentCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<ArraySegment<T>>
[<Orleans.RegisterCopier>]
type ArraySegmentCopier<'T> = class
    interface IDeepCopier<ArraySegment<'T>>
    interface IDeepCopier
Public NotInheritable Class ArraySegmentCopier(Of T)
Implements IDeepCopier(Of ArraySegment(Of T))

Parâmetros de tipo

T

O tipo de elemento.

Herança
ArraySegmentCopier<T>
Atributos
Implementações

Construtores

ArraySegmentCopier<T>(IDeepCopier<T>)

Inicializa uma nova instância da classe ArraySegmentCopier<T>.

Métodos

DeepCopy(ArraySegment<T>, CopyContext)

Cria uma cópia profunda da entrada fornecida.

Aplica-se a