다음을 통해 공유


IDeepCopierProvider.GetDeepCopier 메서드

정의

오버로드

GetDeepCopier(Type)

형식 type의 인스턴스를 복사할 수 있는 딥 복사기를 가져옵니다.

GetDeepCopier<T>()

형식 T의 인스턴스를 복사할 수 있는 딥 복사기를 가져옵니다.

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

매개 변수

type
Type

반환된 복사기에서 지원하는 형식입니다.

반환

형식의 인스턴스를 복사할 수 있는 심층 복사기입니다 type.

적용 대상

GetDeepCopier<T>()

형식 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)

형식 매개 변수

T

복사기에서 지원하는 형식입니다.

반환

형식의 인스턴스를 복사할 수 있는 심층 복사기입니다 T.

적용 대상