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