# AddNoResize(T)

> Appends an element to the end of this list.

## Definition

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

```csharp
public void AddNoResize(T value)
```

### Parameters

**** (T): The value to add to the end of this list.

### Remarks

Increments the length by 1 unless doing so would exceed the current capacity.
