Property AsUIntPtr
AsUIntPtr
Gets an nuint that represents the same memory address as the current pointer.
Declaration
public nuint AsUIntPtr { get; }
Property Value
| Type | Description |
|---|---|
| nuint | A nuint that represents the same memory address as the current pointer. |