# Copier_Invokable_ILogConsistencyProtocolParticipant_GrainReference_92B1799C Methods

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

## DeepCopy(Invokable_ILogConsistencyProtocolParticipant_GrainReference_92B1799C, CopyContext) {#deepcopy-orleanscodegen-orleans-eventsourcing-invokable-ilogconsistencyprotocolp-d4f55e91}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleanscodegen.orleans.eventsourcing.copier-invokable-ilogconsistencyprotocolparticipant-grainreference-92b1799c/methods/deepcopy-orleanscodegen-orleans-eventsourcing-invokable-ilogconsistencyprotocolp-d4f55e91/)

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

Creates a deep copy of the provided input.

### Parameters

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

### Returns

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