# CollectionHelper.DummyJob

> Empty job type used for Burst compilation testing

## Definition

* **Type:** Struct
* **Namespace:** [Unity.Collections](/engine/6000.7/script-reference/unity/collections.md)
* **Assembly:** UnityEngine.ManagedKernelModule
* **Implements:** [IJob](/engine/6000.7/script-reference/unity/jobs/ijob.md)

```csharp
[BurstCompile]
public struct CollectionHelper.DummyJob : IJob
```

## Methods

| Method                                                                                            | Description                                                   |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| [Execute](/engine/6000.7/script-reference/unity/collections/collectionhelper/dummyjob/execute.md) | Empty job execute function used for Burst compilation testing |
