Method AsReadOnly
AsReadOnly()
Returns a readonly version of this NativeParallelHashSet instance.
Declaration
public NativeParallelHashSet<T>.ReadOnly AsReadOnly()
Returns
| Type | Description |
|---|---|
| NativeParallelHashSet<T>.ReadOnly | ReadOnly instance for this. |
Remarks
ReadOnly containers point to the same underlying data as the NativeParallelHashSet it is made from.