Partager via


CodecProvider.GetDeepCopier Méthode

Définition

Surcharges

GetDeepCopier(Type)

Obtient un copieur profond capable de copier des instances de type type.

GetDeepCopier<T>()

Obtient un copieur profond capable de copier des instances de type T.

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.

Implémente

S’applique à