# AddReplicate(in T, int)

> Appends value count times to the end of this list.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Collections](/engine/6000.7/script-reference/unity/collections.md)
* **Assembly:** UnityEngine.ManagedKernelModule

## AddReplicate(T, int)

```csharp
public void AddReplicate(in T value, int count)
```

### Parameters

**** (T): The value to add to the end of this list.**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The number of times to replicate the value.
