ImmutableListCopier<T> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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>. |