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