IDeepCopierProvider Interface
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.
Fournit des IDeepCopier<T> instances.
public interface IDeepCopierProvider
type IDeepCopierProvider = interface
Public Interface IDeepCopierProvider
- Dérivé
Méthodes
GetBaseCopier<T>() |
Obtient un copieur de type de base capable de copier des instances de type |
GetDeepCopier(Type) |
Obtient un copieur profond capable de copier des instances de type |
GetDeepCopier<T>() |
Obtient un copieur profond capable de copier des instances de type |
TryGetDeepCopier(Type) |
Obtient un copieur profond capable de copier des instances de type |
TryGetDeepCopier<T>() |
Obtient un copieur profond capable de copier des instances de type |