Method FromIntPtr
FromIntPtr(nint)
Creates a NullablePersistentSequencePointerReadOnly<T> from a memory address given as a nint.
Declaration
public static NullablePersistentSequencePointerReadOnly<T> FromIntPtr(nint value)
Parameters
| Type | Name | Description |
|---|---|---|
| nint | value | The memory address to create a NullablePersistentSequencePointerReadOnly<T> from. |
Returns
| Type | Description |
|---|---|
| NullablePersistentSequencePointerReadOnly<T> | A NullablePersistentSequencePointerReadOnly<T> that points to the same memory address as the specified |