Method Create
Create(ref T)
Constructs a new memory reference from a ref value.
Declaration
public static MemoryRef<T> Create(ref T target)
Parameters
| Type | Name | Description |
|---|---|---|
| T | target | The ref value that this memory reference should be constructed for. |
Returns
| Type | Description |
|---|---|
| MemoryRef<T> |