AsReadOnly()
Returns a read only of this list.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
public UnsafePtrList<T>.ReadOnly AsReadOnly()
Returns
Type | Description |
|---|---|
| ReadOnly | A read only of this list. |