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