Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator UIntPtr() [3/3]

static unsafe System.UIntPtr.operator UIntPtr ( void * value)
inlineexplicitstatic

Definition at line 142 of file UIntPtr.cs.

143 {
144 return new UIntPtr(value);
145 }
unsafe UIntPtr(uint value)
Definition UIntPtr.cs:67

References System.UIntPtr.UIntPtr(), and System.value.