ImmutableHashSetCopier<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 ImmutableHashSet<T>.
[Orleans.RegisterCopier]
public sealed class ImmutableHashSetCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableHashSet<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableHashSetCopier<'T> = class
interface IDeepCopier<ImmutableHashSet<'T>>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class ImmutableHashSetCopier(Of T)
Implements IDeepCopier(Of ImmutableHashSet(Of T)), IOptionalDeepCopier
Paramètres de type
- T
Type de l’élément.
- Héritage
-
ImmutableHashSetCopier<T>
- Attributs
- Implémente
Constructeurs
ImmutableHashSetCopier<T>(IDeepCopier<T>) |
Copieur pour ImmutableHashSet<T>. |
Méthodes
DeepCopy(ImmutableHashSet<T>, CopyContext) |
Crée une copie approfondie de l’entrée fournie. |
IsShallowCopyable() |
Copieur pour ImmutableHashSet<T>. |