# SortJob<T, U>.SegmentSortMerge

> For internal use only.

## 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 SortJob<T, U>.SegmentSortMerge : IJob
```

## Methods

| Method                                                                                            | Description            |
| ------------------------------------------------------------------------------------------------- | ---------------------- |
| [Execute](/engine/6000.7/script-reference/unity/collections/sortjob2/segmentsortmerge/execute.md) | For internal use only. |
