Operator implicit operator
implicit operator NullableFunctionPointer(NullablePersistentFunctionPointer)
Converts a NullablePersistentFunctionPointer to a NullableFunctionPointer.
Declaration
public static implicit operator NullableFunctionPointer(NullablePersistentFunctionPointer pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| NullablePersistentFunctionPointer | pointer | The NullablePersistentFunctionPointer to convert. |
Returns
| Type | Description |
|---|---|
| NullableFunctionPointer | A NullableFunctionPointer pointing to the same target function as the specified NullablePersistentFunctionPointer. |