FSharpResultCopier<T, TError>
class
Namespace: Orleans.Serialization
Copier for
Microsoft.FSharp.Core.FSharpResult. public class FSharpResultCopier<T, TError> : IDeepCopier, IDeepCopier<FSharpResult<T, TError>>, IDerivedTypeCopierConstructors
FSharpResultCopier<T, TError>(IDeepCopier<T>, IDeepCopier<TError>)Initializes a new instance of theOrleans.Serialization.FSharpResultCopierclass.
Methods
DeepCopy(FSharpResult<T, TError>, CopyContext)Creates a deep copy of the provided input.
