ISpecializableCopier.GetSpecializedCopier(Type) 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.
Obtient une IDeepCopier implémentation qui prend en charge le type spécifié.
public Orleans.Serialization.Cloning.IDeepCopier GetSpecializedCopier (Type type);
abstract member GetSpecializedCopier : Type -> Orleans.Serialization.Cloning.IDeepCopier
Public Function GetSpecializedCopier (type As Type) As IDeepCopier
Paramètres
- type
- Type
Type.
Retours
Implémentation IDeepCopier qui prend en charge le type spécifié.