CodecProvider.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 fieldType);
abstract member GetDeepCopier : Type -> Orleans.Serialization.Cloning.IDeepCopier
override this.GetDeepCopier : Type -> Orleans.Serialization.Cloning.IDeepCopier
Public Function GetDeepCopier (fieldType As Type) As IDeepCopier
Paramètres
- fieldType
- Type
Retours
Copieur profond capable de copier des instances de type type
.
Implémente
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>
override this.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
.