CodecProvider.GetDeepCopier 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetDeepCopier(Type) |
형식 |
GetDeepCopier<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
.