# FSharpSetCopier&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#L995)

```csharp
public class FSharpSetCopier<T> : IDeepCopier, IDeepCopier<FSharpSet<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

- [FSharpSetCopier&lt;T&gt;(IDeepCopier&lt;T&gt;)](/orleans/docs/api/csharp/microsoft.orleans.serialization.fsharp/orleans.serialization.fsharpsetcopier-1/constructors/constructor-orleans-serialization-cloning-ideepcopier-t-35d99d5a/)

## Methods

- [DeepCopy(FSharpSet&lt;T&gt;, CopyContext)](/orleans/docs/api/csharp/microsoft.orleans.serialization.fsharp/orleans.serialization.fsharpsetcopier-1/methods/deepcopy-microsoft-fsharp-collections-fsharpset-t-orleans-serialization-cloning-2606dc13/)
