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