Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsAddressLessThan< T >()
static
bool
System.Runtime.CompilerServices.Unsafe.IsAddressLessThan<
T
>
(
ref
T
left
,
ref
T
right
)
inline
static
Definition at line
285
of file
Unsafe.cs
.
286
{
287
return
Unsafe.IsAddressLessThan(ref left, ref right);
288
}
System
Runtime
CompilerServices
Unsafe
Generated by
1.10.0