Method CopyFrom
CopyFrom(NativeReference<T>)
Copy the value of another reference to this reference.
Declaration
public void CopyFrom(NativeReference<T> reference)
Parameters
| Type | Name | Description |
|---|---|---|
| NativeReference<T> | reference | The reference to copy from. |