# Enqueue(T)

> Adds an element at the front of the queue.

## Definition

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

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

### Parameters

**** (T): The value to be added.
