Partager via


ImmutableListCopier<T> Classe

Définition

Copieur pour 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

Paramètres de type

T

Type de l’élément.

Héritage
ImmutableListCopier<T>
Attributs
Implémente

Constructeurs

ImmutableListCopier<T>(IDeepCopier<T>)

Copieur pour ImmutableList<T>.

Méthodes

DeepCopy(ImmutableList<T>, CopyContext)

Crée une copie détaillée de l’entrée fournie.

IsShallowCopyable()

Copieur pour ImmutableList<T>.

S’applique à