# FSharpValueOptionCopier&lt;T&gt; Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization.fsharp/orleans.serialization.fsharpvalueoptioncopier-1/)

## DeepCopy(FSharpValueOption&lt;T&gt;, CopyContext) {#deepcopy-microsoft-fsharp-core-fsharpvalueoption-t-orleans-serialization-cloning-0f1c50cb}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.serialization.fsharp/orleans.serialization.fsharpvalueoptioncopier-1/methods/deepcopy-microsoft-fsharp-core-fsharpvalueoption-t-orleans-serialization-cloning-0f1c50cb/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization.FSharp/FSharpCodecs.cs#L232-L238)

```csharp
public FSharpValueOption<T> DeepCopy(FSharpValueOption<T> input, CopyContext context)
```

Creates a deep copy of the provided input.

### Parameters

- `input` (`FSharpValueOption<T>`): The input.
- `context` (`CopyContext`): The context.

### Returns

A copy of `input`.
