# Stride

> Gets the stride value for the NativeSlice<T> instance.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Collections](/engine/6000.0/script-reference/unity/collections.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public int Stride { get; }
```

### Remarks

The stride value allows a NativeSlice to represent non-contiguous memory ranges.
