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