Partager via


ImmutableSortedSetCopier<T> Classe

Définition

Copieur pour ImmutableSortedSet<T>.

[Orleans.RegisterCopier]
public sealed class ImmutableSortedSetCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableSortedSet<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableSortedSetCopier<'T> = class
    interface IDeepCopier<ImmutableSortedSet<'T>>
    interface IDeepCopier
    interface IOptionalDeepCopier
Public NotInheritable Class ImmutableSortedSetCopier(Of T)
Implements IDeepCopier(Of ImmutableSortedSet(Of T)), IOptionalDeepCopier

Paramètres de type

T

Type de l’élément.

Héritage
ImmutableSortedSetCopier<T>
Attributs
Implémente

Constructeurs

ImmutableSortedSetCopier<T>(IDeepCopier<T>)

Copieur pour ImmutableSortedSet<T>.

Méthodes

DeepCopy(ImmutableSortedSet<T>, CopyContext)

Crée une copie approfondie de l’entrée fournie.

IsShallowCopyable()

Copieur pour ImmutableSortedSet<T>.

S’applique à