Method TryGetNonNull
TryGetNonNull(out PersistentFunctionPointer<TDelegate>)
Attempts to get a non-null function pointer from the current function pointer.
Declaration
public bool TryGetNonNull(out PersistentFunctionPointer<TDelegate> nonNullPointer)
Parameters
| Type | Name | Description |
|---|---|---|
| PersistentFunctionPointer<TDelegate> | 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.