Operator operator true
operator true(NullableFunctionPointer)
Determines whether the specified function pointer is non-null.
Declaration
public static bool operator true(NullableFunctionPointer pointer)
Parameters
| Type | Name | Description |
|---|---|---|
| NullableFunctionPointer | pointer | The function pointer to check if it is non- |
Returns
| Type | Description |
|---|---|
| bool |
|