# FSharpResultCopier&lt;T, TError&gt;

Package: [Microsoft.Orleans.Serialization.FSharp](/orleans/docs/api/csharp/microsoft.orleans.serialization.fsharp/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Serialization.FSharp) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization.FSharp/FSharpCodecs.cs#L1146)

```csharp
public class FSharpResultCopier<T, TError> : IDeepCopier, IDeepCopier<FSharpResult<T, TError>>, IDerivedTypeCopier
```

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

## Constructors

- [FSharpResultCopier&lt;T, TError&gt;(IDeepCopier&lt;T&gt;, IDeepCopier&lt;TError&gt;)](/orleans/docs/api/csharp/microsoft.orleans.serialization.fsharp/orleans.serialization.fsharpresultcopier-2/constructors/constructor-orleans-serialization-cloning-ideepcopier-t-orleans-serialization-cl-62f0dcbe/)

## Methods

- [DeepCopy(FSharpResult&lt;T, TError&gt;, CopyContext)](/orleans/docs/api/csharp/microsoft.orleans.serialization.fsharp/orleans.serialization.fsharpresultcopier-2/methods/deepcopy-microsoft-fsharp-core-fsharpresult-t-terror-orleans-serialization-cloni-1cc3eca0/)
