Compartir a través de


ImmutableArrayCopier<T> Clase

Definición

Copiador para ImmutableArray<T>.

[Orleans.RegisterCopier]
public sealed class ImmutableArrayCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableArray<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableArrayCopier<'T> = class
    interface IDeepCopier<ImmutableArray<'T>>
    interface IDeepCopier
    interface IOptionalDeepCopier
Public NotInheritable Class ImmutableArrayCopier(Of T)
Implements IDeepCopier(Of ImmutableArray(Of T)), IOptionalDeepCopier

Parámetros de tipo

T

El tipo de elemento.

Herencia
ImmutableArrayCopier<T>
Atributos
Implementaciones

Constructores

ImmutableArrayCopier<T>(IDeepCopier<T>)

Copiador para ImmutableArray<T>.

Métodos

DeepCopy(ImmutableArray<T>, CopyContext)

Crea una copia en profundidad de la entrada proporcionada.

IsShallowCopyable()

Copiador para ImmutableArray<T>.

Implementaciones de interfaz explícitas

IDeepCopier.DeepCopy(Object, CopyContext)

Copiador para ImmutableArray<T>.

Se aplica a