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)

适用于