Partager via


IGeneralizedCopier Interface

Définition

Fournit des fonctionnalités pour copier des objets de plusieurs types.

public interface IGeneralizedCopier : Orleans.Serialization.Cloning.IDeepCopier
type IGeneralizedCopier = interface
    interface IDeepCopier
Public Interface IGeneralizedCopier
Implements IDeepCopier
Dérivé
Implémente

Méthodes

DeepCopy(Object, CopyContext)

Crée une copie approfondie de l’entrée non typée fournie. Le type doit toujours correspondre à l’instance du copieur !

(Hérité de IDeepCopier)
IsSupportedType(Type)

Retourne une valeur indiquant si le type fourni est pris en charge par cette implémentation.

S’applique à