共用方式為


CodecProvider.GetDeepCopier 方法

定義

多載

GetDeepCopier(Type)

取得能夠複製 類型的 type 實例的深層複製器。

GetDeepCopier<T>()

取得能夠複製 類型的 T 實例的深層複製器。

GetDeepCopier(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

參數

fieldType
Type

傳回

能夠複製 類型 type 實例的深層複製器。

實作

適用於

GetDeepCopier<T>()

取得能夠複製 類型的 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)

類型參數

T

複製器支援的型別。

傳回

能夠複製 類型 T 實例的深層複製器。

實作

適用於