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