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)

適用対象