# Copier_SimpleGeneratorOptions Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleanscodegen.orleans.hosting.copier-simplegeneratoroptions/)

## DeepCopy(SimpleGeneratorOptions, CopyContext) {#deepcopy-orleans-hosting-simplegeneratoroptions-orleans-serialization-cloning-co-3b145d74}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleanscodegen.orleans.hosting.copier-simplegeneratoroptions/methods/deepcopy-orleans-hosting-simplegeneratoroptions-orleans-serialization-cloning-co-3b145d74/)

```csharp
public SimpleGeneratorOptions DeepCopy(SimpleGeneratorOptions original, CopyContext context)
```

Creates a deep copy of the provided input.

### Parameters

- `original` (`SimpleGeneratorOptions`): The input.
- `context` (`CopyContext`): The context.

### Returns

A copy of `input`.
