# Copier_ConsistencyTestOptions Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleanscodegen.orleans.transactions.testkit.consistency.copier-consistencytestoptions/)

## DeepCopy(ConsistencyTestOptions, CopyContext) {#deepcopy-orleans-transactions-testkit-consistency-consistencytestoptions-orleans-8799535f}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleanscodegen.orleans.transactions.testkit.consistency.copier-consistencytestoptions/methods/deepcopy-orleans-transactions-testkit-consistency-consistencytestoptions-orleans-8799535f/)

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

Creates a deep copy of the provided input.

### Parameters

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

### Returns

A copy of `input`.

## DeepCopy(ConsistencyTestOptions, ConsistencyTestOptions, CopyContext) {#deepcopy-orleans-transactions-testkit-consistency-consistencytestoptions-orleans-2d6226ef}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleanscodegen.orleans.transactions.testkit.consistency.copier-consistencytestoptions/methods/deepcopy-orleans-transactions-testkit-consistency-consistencytestoptions-orleans-2d6226ef/)

```csharp
public void DeepCopy(ConsistencyTestOptions input, ConsistencyTestOptions output, CopyContext context)
```

Clones members from `input` and copies them to `output`.

### Parameters

- `input` (`ConsistencyTestOptions`): The input.
- `output` (`ConsistencyTestOptions`): The output.
- `context` (`CopyContext`): The context.
