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