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