# FSharpRefCopier&lt;T&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#L889)

```csharp
public class FSharpRefCopier<T> : IDeepCopier, IDeepCopier<FSharpRef<T>>
```

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

- [FSharpRefCopier&lt;T&gt;(IDeepCopier&lt;T&gt;)](/orleans/docs/api/csharp/microsoft.orleans.serialization.fsharp/orleans.serialization.fsharprefcopier-1/constructors/constructor-orleans-serialization-cloning-ideepcopier-t-5bf1c9a0/)

## Methods

- [DeepCopy(FSharpRef&lt;T&gt;, CopyContext)](/orleans/docs/api/csharp/microsoft.orleans.serialization.fsharp/orleans.serialization.fsharprefcopier-1/methods/deepcopy-microsoft-fsharp-core-fsharpref-t-orleans-serialization-cloning-copycon-b1275a1e/)
