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