다음을 통해 공유


FSharpResultCopier<T,TError> 클래스

정의

[Orleans.RegisterCopier]
public class FSharpResultCopier<T,TError> : Orleans.Serialization.Cloning.IDeepCopier<Microsoft.FSharp.Core.FSharpResult<T,TError>>, Orleans.Serialization.Cloning.IDerivedTypeCopier
[<Orleans.RegisterCopier>]
type FSharpResultCopier<'T, 'Error> = class
    interface IDeepCopier<Result<'T, 'Error>>
    interface IDeepCopier
    interface IDerivedTypeCopier
Public Class FSharpResultCopier(Of T, TError)
Implements IDeepCopier(Of FSharpResult(Of T, TError)), IDerivedTypeCopier

형식 매개 변수

T
TError
상속
FSharpResultCopier<T,TError>
특성
구현
IDeepCopier IDeepCopier<Microsoft.FSharp.Core.FSharpResult<T,TError>> IDerivedTypeCopier

생성자

FSharpResultCopier<T,TError>(IDeepCopier<T>, IDeepCopier<TError>)

메서드

DeepCopy(FSharpResult<T,TError>, CopyContext)

적용 대상