AsReadOnly()
Returns a readonly version of this UnsafeHashMap instance.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
public UnsafeHashMap<TKey, TValue>.ReadOnly AsReadOnly()
Returns
Type | Description |
|---|---|
| ReadOnly | ReadOnly instance for this. |
Remarks
ReadOnly containers point to the same underlying data as the UnsafeHashMap it is made from.