Condividi tramite


ImmutableListCopier<T> Classe

Definizione

Copiatore per 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

Parametri di tipo

T

Tipo dell'elemento.

Ereditarietà
ImmutableListCopier<T>
Attributi
Implementazioni

Costruttori

ImmutableListCopier<T>(IDeepCopier<T>)

Copiatore per ImmutableList<T>.

Metodi

DeepCopy(ImmutableList<T>, CopyContext)

Crea una copia completa dell'input fornito.

IsShallowCopyable()

Copiatore per ImmutableList<T>.

Si applica a