# Copier_NotAllowedAttributionGrain.DeepCopy(NotAllowedAttributionGrain, NotAllowedAttributionGrain, CopyContext)

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

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

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

### Parameters

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