Compartilhar via


ImmutableListCopier<T> Classe

Definição

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

O tipo de elemento.

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

Construtores

ImmutableListCopier<T>(IDeepCopier<T>)

Copiador para ImmutableList<T>.

Métodos

DeepCopy(ImmutableList<T>, CopyContext)

Cria uma cópia profunda da entrada fornecida.

IsShallowCopyable()

Copiador para ImmutableList<T>.

Aplica-se a