Compartir a través de


ImmutableListCopier<T> Clase

Definición

Copiador para ImmutableList<T>.

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

Parámetros de tipo

T

El tipo de elemento.

Herencia
ImmutableListCopier<T>
Atributos
Implementaciones

Constructores

ImmutableListCopier<T>(IDeepCopier<T>)

Copiador para ImmutableList<T>.

Métodos

DeepCopy(ImmutableList<T>, CopyContext)

Crea una copia en profundidad de la entrada proporcionada.

IsShallowCopyable()

Copiador para ImmutableList<T>.

Se aplica a