# ArraySize

> The number of elements in this constant (Read Only). If this value is greater than 1, the constant is an array.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public readonly int ArraySize { get; }
```
