# ConcurrentQueueCopier&lt;T&gt;.ConcurrentQueueCopier&lt;T&gt;(IDeepCopier&lt;T&gt;)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.codecs.concurrentqueuecopier-1/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.codecs.concurrentqueuecopier-1/constructors/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/Codecs/ConcurrentQueueCodec.cs#L54-L64)

```csharp
public ConcurrentQueueCopier(IDeepCopier<T> valueCopier)
```

Initializes a new instance of the `Orleans.Serialization.Codecs.ConcurrentQueueCopier-1` class.

### Parameters

- `valueCopier` (`IDeepCopier<T>`): The value copier.
