# IsCreated

> Indicates that a NativeArray<T> has an allocated memory buffer.

## Definition

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

```csharp
public bool IsCreated { get; }
```
