次の方法で共有


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指定した型をサポートする実装。

適用対象