Partager via


SortedSetCopier<T> Classe

Définition

Copieur pour SortedSet<T>.

[Orleans.RegisterCopier]
public sealed class SortedSetCopier<T> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.SortedSet<T>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.SortedSet<T>>
[<Orleans.RegisterCopier>]
type SortedSetCopier<'T> = class
    interface IDeepCopier<SortedSet<'T>>
    interface IDeepCopier
    interface IBaseCopier<SortedSet<'T>>
    interface IBaseCopier
Public NotInheritable Class SortedSetCopier(Of T)
Implements IBaseCopier(Of SortedSet(Of T)), IDeepCopier(Of SortedSet(Of T))

Paramètres de type

T

Type de l’élément.

Héritage
SortedSetCopier<T>
Attributs
Implémente

Constructeurs

SortedSetCopier<T>(IDeepCopier<T>)

Initialise une nouvelle instance de la classe SortedSetCopier<T>.

Méthodes

DeepCopy(SortedSet<T>, CopyContext)

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

DeepCopy(SortedSet<T>, SortedSet<T>, CopyContext)

Clone les membres à partir de input et les copie dans output.

S’applique à