# Copier_CreateOrJoinAttributionGrain.DeepCopy(CreateOrJoinAttributionGrain, CreateOrJoinAttributionGrain, CopyContext)

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

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

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

### Parameters

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