CodecProvider.TryGetDeepCopier 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
TryGetDeepCopier(Type) |
형식 |
TryGetDeepCopier<T>() |
형식 |
TryGetDeepCopier(Type)
형식 type
의 인스턴스를 복사할 수 있는 심층 복사기를 가져오거나 적절한 복사기를 찾을 수 없는 경우 를 반환 null
합니다.
public Orleans.Serialization.Cloning.IDeepCopier TryGetDeepCopier (Type fieldType);
abstract member TryGetDeepCopier : Type -> Orleans.Serialization.Cloning.IDeepCopier
override this.TryGetDeepCopier : Type -> Orleans.Serialization.Cloning.IDeepCopier
Public Function TryGetDeepCopier (fieldType As Type) As IDeepCopier
매개 변수
- fieldType
- Type
반환
형식 type
의 인스턴스를 복사할 수 있는 심층 복사기이거나 null
적절한 복사기를 찾을 수 없는 경우 입니다.
구현
적용 대상
TryGetDeepCopier<T>()
형식 T
의 인스턴스를 복사할 수 있는 심층 복사기를 가져오거나 적절한 복사기를 찾을 수 없는 경우 를 반환 null
합니다.
public Orleans.Serialization.Cloning.IDeepCopier<T> TryGetDeepCopier<T> ();
abstract member TryGetDeepCopier : unit -> Orleans.Serialization.Cloning.IDeepCopier<'T>
override this.TryGetDeepCopier : unit -> Orleans.Serialization.Cloning.IDeepCopier<'T>
Public Function TryGetDeepCopier(Of T) () As IDeepCopier(Of T)
형식 매개 변수
- T
복사기에서 지원하는 형식입니다.
반환
형식 T
의 인스턴스를 복사할 수 있는 심층 복사기이거나 null
적절한 복사기를 찾을 수 없는 경우 입니다.