# FSharpMapCopier&lt;TKey, TValue&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#L1052)

```csharp
public class FSharpMapCopier<TKey, TValue> : IDeepCopier, IDeepCopier<FSharpMap<TKey, TValue>>
```

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

- [FSharpMapCopier&lt;TKey, TValue&gt;(IDeepCopier&lt;TKey&gt;, IDeepCopier&lt;TValue&gt;)](/orleans/docs/api/csharp/microsoft.orleans.serialization.fsharp/orleans.serialization.fsharpmapcopier-2/constructors/constructor-orleans-serialization-cloning-ideepcopier-tkey-orleans-serialization-f1bd6587/)

## Methods

- [DeepCopy(FSharpMap&lt;TKey, TValue&gt;, CopyContext)](/orleans/docs/api/csharp/microsoft.orleans.serialization.fsharp/orleans.serialization.fsharpmapcopier-2/methods/deepcopy-microsoft-fsharp-collections-fsharpmap-tkey-tvalue-orleans-serializatio-d766b9ed/)
