共用方式為


ISpecializableCopier.GetSpecializedCopier(Type) 方法

定義

IDeepCopier取得支援指定型別的實作。

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

參數

type
Type

類型。

傳回

支援 IDeepCopier 指定型別的實作。

適用於