A reference to a C object. This is sometimes used to return optional references, since ref can't be nullable. Or to return references from operators, since those can't return refs. This object itself isn't nullable, we return ConstRef<T>? when nullability is needed.
More...
|
|
static implicit | operator T (ConstRef< T > wrapper) |
| |
A reference to a C object. This is sometimes used to return optional references, since ref can't be nullable. Or to return references from operators, since those can't return refs. This object itself isn't nullable, we return ConstRef<T>? when nullability is needed.
The documentation for this class was generated from the following file: