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