# Sandbox.Utility.Parallel.For

```csharp
static bool For(int fromInclusive, int toExclusive, System.Action<int> body)
```

### Parameters

- `fromInclusive` (`int`)
- `toExclusive` (`int`)
- `body` (`System.Action<int>`)

### Returns

`bool`

Declared in [Sandbox.Utility.Parallel](/api/Sandbox.Utility.Parallel).
Assembly: `Sandbox.Engine`.
