IDeepCopierProvider.GetDeepCopier Méthode
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.
Surcharges
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 |
GetDeepCopier(Type)
Obtient un copieur profond capable de copier des instances de type type
.
public Orleans.Serialization.Cloning.IDeepCopier GetDeepCopier (Type type);
abstract member GetDeepCopier : Type -> Orleans.Serialization.Cloning.IDeepCopier
Public Function GetDeepCopier (type As Type) As IDeepCopier
Paramètres
- type
- Type
Type pris en charge par le copieur retourné.
Retours
Copieur profond capable de copier des instances de type type
.
S’applique à
GetDeepCopier<T>()
Obtient un copieur profond capable de copier des instances de type T
.
public Orleans.Serialization.Cloning.IDeepCopier<T> GetDeepCopier<T> ();
abstract member GetDeepCopier : unit -> Orleans.Serialization.Cloning.IDeepCopier<'T>
Public Function GetDeepCopier(Of T) () As IDeepCopier(Of T)
Paramètres de type
- T
Type pris en charge par le copieur.
Retours
Copieur profond capable de copier des instances de type T
.