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

◆ IntPtr() [2/4]

unsafe System.IntPtr.IntPtr ( long value)
inline

Definition at line 75 of file IntPtr.cs.

76 {
77 _value = (void*)value;
78 }
unsafe readonly void * _value
Definition IntPtr.cs:15

References System.IntPtr._value, and System.value.