# NativeReference<T>.ReadOnly

> A read-only alias for the value of a NativeReference. Does not have its own allocated storage.

## Definition

* **Type:** Struct
* **Namespace:** [Unity.Collections](/engine/6000.7/script-reference/unity/collections.md)
* **Assembly:** UnityEngine.ManagedKernelModule

```csharp
public struct NativeReference<T>.ReadOnly
```

## Properties

| Property                                                                                      | Description                          |
| --------------------------------------------------------------------------------------------- | ------------------------------------ |
| [Value](/engine/6000.7/script-reference/unity/collections/nativereference1/readonly/value.md) | The value aliased by this reference. |
