다음을 통해 공유


IDeepCopierProvider.TryGetDeepCopier 메서드

정의

오버로드

TryGetDeepCopier(Type)

형식 type의 인스턴스를 복사할 수 있는 딥 복사기를 가져오거나 적절한 복사기를 찾을 수 없는 경우 를 반환 null 합니다.

TryGetDeepCopier<T>()

형식 T의 인스턴스를 복사할 수 있는 딥 복사기를 가져오거나 적절한 복사기를 찾을 수 없는 경우 를 반환 null 합니다.

TryGetDeepCopier(Type)

형식 type의 인스턴스를 복사할 수 있는 딥 복사기를 가져오거나 적절한 복사기를 찾을 수 없는 경우 를 반환 null 합니다.

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

매개 변수

type
Type

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

반환

형식 type의 인스턴스를 복사할 수 있는 딥 복사기이거나 null 적절한 복사기를 찾을 수 없는 경우 입니다.

적용 대상

TryGetDeepCopier<T>()

형식 T의 인스턴스를 복사할 수 있는 딥 복사기를 가져오거나 적절한 복사기를 찾을 수 없는 경우 를 반환 null 합니다.

public Orleans.Serialization.Cloning.IDeepCopier<T> TryGetDeepCopier<T> ();
abstract member TryGetDeepCopier : unit -> Orleans.Serialization.Cloning.IDeepCopier<'T>
Public Function TryGetDeepCopier(Of T) () As IDeepCopier(Of T)

형식 매개 변수

T

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

반환

형식 T의 인스턴스를 복사할 수 있는 딥 복사기이거나 null 적절한 복사기를 찾을 수 없는 경우 입니다.

적용 대상