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