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