# Copier_Invokable_ILogConsistencyProtocolParticipant_GrainReference_2FFE9199 Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleanscodegen.orleans.eventsourcing.copier-invokable-ilogconsistencyprotocolparticipant-grainreference-2ffe9199/)

## DeepCopy(Invokable_ILogConsistencyProtocolParticipant_GrainReference_2FFE9199, CopyContext) {#deepcopy-orleanscodegen-orleans-eventsourcing-invokable-ilogconsistencyprotocolp-7977bf50}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleanscodegen.orleans.eventsourcing.copier-invokable-ilogconsistencyprotocolparticipant-grainreference-2ffe9199/methods/deepcopy-orleanscodegen-orleans-eventsourcing-invokable-ilogconsistencyprotocolp-7977bf50/)

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

Creates a deep copy of the provided input.

### Parameters

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

### Returns

A copy of `input`, or `null` if `input` is `null`.
