Method AsReadOnly
AsReadOnly()
Returns a read-only reference aliasing the value of this reference.
Declaration
public NativeReference<T>.ReadOnly AsReadOnly()
Returns
| Type | Description |
|---|---|
| NativeReference<T>.ReadOnly | A read-only reference aliasing the value of this reference. |