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