Method TryGetNonNull
TryGetNonNull(out PersistentFunctionPointer)
Attempts to get a non-null function pointer from the current function pointer.
Declaration
public bool TryGetNonNull(out PersistentFunctionPointer nonNullPointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentFunctionPointer | nonNullPointer | A non- |
Returns
| Type | Description |
|---|---|
| bool |
|
Remarks
Do not use the resulting nonNullPointer if this method returns false! Doing so might result in undefined behavior.