# Copier_NotAllowedAttributionGrain.DeepCopy(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 NotAllowedAttributionGrain DeepCopy(NotAllowedAttributionGrain original, CopyContext context)
```

Creates a deep copy of the provided input.

### Parameters

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

### Returns

A copy of `input`.
