# SortJob<T, U>.SegmentSort

> For internal use only.

## Definition

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

```csharp
[BurstCompile]
public struct SortJob<T, U>.SegmentSort : IJobParallelFor
```

## Methods

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