Operator explicit operator
explicit operator NullablePointerReadOnly(NullableFunctionPointer)
Converts a NullableFunctionPointer to a NullablePointerReadOnly.
Declaration
public static explicit operator NullablePointerReadOnly(NullableFunctionPointer pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| NullableFunctionPointer | pointer | The NullableFunctionPointer to convert. |
Returns
| Type | Description |
|---|---|
| NullablePointerReadOnly | A NullablePointerReadOnly pointing to the target that's the same target function as the specified NullableFunctionPointer, reinterpreted as data. |