# FSharpValueOptionCopier&lt;T&gt; Constructors

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

## FSharpValueOptionCopier&lt;T&gt;(IDeepCopier&lt;T&gt;) {#constructor-orleans-serialization-cloning-ideepcopier-t-7c4f2d2b}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.serialization.fsharp/orleans.serialization.fsharpvalueoptioncopier-1/constructors/constructor-orleans-serialization-cloning-ideepcopier-t-7c4f2d2b/)

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

```csharp
public FSharpValueOptionCopier(IDeepCopier<T> valueCopier)
```

Initializes a new instance of the `Orleans.Serialization.FSharpValueOptionCopier-1` class.

### Parameters

- `valueCopier` (`IDeepCopier<T>`): The value copier.
