Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator UIntPtr()
[1/3]
static System.UIntPtr.operator
UIntPtr
(
uint
value
)
inline
explicit
static
Definition at line
130
of file
UIntPtr.cs
.
131
{
132
return
new
UIntPtr
(
value
);
133
}
System.ExceptionArgument.value
@ value
System.UIntPtr.UIntPtr
unsafe UIntPtr(uint value)
Definition
UIntPtr.cs:67
References
System.UIntPtr.UIntPtr()
, and
System.value
.
System
UIntPtr
Generated by
1.10.0