Partager via


IDeepCopierProvider.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 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.

S’applique à