# ListCopier&lt;T&gt;

Package: [Microsoft.Orleans.Serialization](/orleans/docs/api/csharp/microsoft.orleans.serialization/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Serialization) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/Codecs/ListCodec.cs#L171)

```csharp
public sealed class ListCopier<T> : IBaseCopier, IBaseCopier<List<T>>, IDeepCopier, IDeepCopier<List<T>>
```

Copier for `System.Collections.Generic.List-1`.

## Type parameters

- `T`: The element type.

## Constructors

- [ListCopier&lt;T&gt;(IDeepCopier&lt;T&gt;)](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.codecs.listcopier-1/constructors/constructor-orleans-serialization-cloning-ideepcopier-t-eab22ee7/)

## Methods

- [DeepCopy(List&lt;T&gt;, CopyContext)](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.codecs.listcopier-1/methods/deepcopy-system-collections-generic-list-t-orleans-serialization-cloning-copycon-60757f8f/)
- [DeepCopy(List&lt;T&gt;, List&lt;T&gt;, CopyContext)](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.codecs.listcopier-1/methods/deepcopy-system-collections-generic-list-t-system-collections-generic-list-t-orl-0dcdeca8/)
