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