# Length

> Number of elements in a NativeArray<T>.

## Definition

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

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