Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator IntPtr()
[3/3]
static unsafe System.IntPtr.operator
IntPtr
(
void *
value
)
inline
explicit
static
Definition at line
147
of file
IntPtr.cs
.
148
{
149
return
new
IntPtr
(
value
);
150
}
System.ExceptionArgument.value
@ value
System.IntPtr.IntPtr
unsafe IntPtr(int value)
Definition
IntPtr.cs:69
References
System.IntPtr.IntPtr()
, and
System.value
.
System
IntPtr
Generated by
1.10.0