# Copier_FSharpMapSurrogate&lt;TKey, TValue&gt;.DeepCopy(FSharpMapSurrogate&lt;TKey, TValue&gt;, CopyContext)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization.fsharp/orleanscodegen.orleans.serialization.copier-fsharpmapsurrogate-2/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.serialization.fsharp/orleanscodegen.orleans.serialization.copier-fsharpmapsurrogate-2/methods/)

```csharp
public FSharpMapSurrogate<TKey, TValue> Copier_FSharpMapSurrogate<TKey, DeepCopy(FSharpMapSurrogate<TKey, TValue> result, CopyContext context)
```

Creates a deep copy of the provided input.

### Parameters

- `result` (`FSharpMapSurrogate<TKey, TValue>`): The input.
- `context` (`CopyContext`): The context.

### Returns

A copy of `input`.
