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