Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CompareTo()
[1/4]
unsafe int System.IntPtr.CompareTo
(
IntPtr
value
)
inline
Definition at line
236
of file
IntPtr.cs
.
237
{
238
return
((
long
)
_value
).CompareTo((
long
)
value
);
239
}
System.ExceptionArgument.value
@ value
System.IntPtr._value
unsafe readonly void * _value
Definition
IntPtr.cs:15
References
System.IntPtr._value
, and
System.value
.
System
IntPtr
Generated by
1.10.0