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