FSharpResultCopier<T,TError> Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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 IDerivedTypeCopierPublic Class FSharpResultCopier(Of T, TError)
Implements IDeepCopier(Of FSharpResult(Of T, TError)), IDerivedTypeCopierType Parameters
- T
- TError
- Inheritance
- 
				FSharpResultCopier<T,TError>
- Attributes
- Implements
Constructors
| FSharpResultCopier<T,TError>(IDeepCopier<T>, IDeepCopier<TError>) | 
Methods
| DeepCopy(FSharpResult<T,TError>, CopyContext) |