Constructor RefHandle
RefHandle()
The constructor of the handle.
Declaration
public RefHandle()
RefHandle(T)
The constructor of the handle.
Declaration
public RefHandle(T target)
Parameters
| Type | Name | Description |
|---|---|---|
| T | target | The object to use as the target of the handle. |