Partager via


ImmutableHashSetCopier<T> Classe

Définition

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>.

S’applique à