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