# Copier_PassOperation.DeepCopy(PassOperation, PassOperation, CopyContext)

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

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

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

### Parameters

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