Edit

Share via


ISpecializableCopier.GetSpecializedCopier(Type) Method

Definition

Gets an IDeepCopier implementation which supports the specified type.

public Orleans.Serialization.Cloning.IDeepCopier GetSpecializedCopier (Type type);
abstract member GetSpecializedCopier : Type -> Orleans.Serialization.Cloning.IDeepCopier
Public Function GetSpecializedCopier (type As Type) As IDeepCopier

Parameters

type
Type

The type.

Returns

An IDeepCopier implementation which supports the specified type.

Applies to