# Copier_TransactionResponse.DeepCopy(TransactionResponse, CopyContext)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleanscodegen.orleans.copier-transactionresponse/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleanscodegen.orleans.copier-transactionresponse/methods/)

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

Creates a deep copy of the provided input.

### Parameters

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

### Returns

A copy of `input`.
