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 )
inlinestatic

Definition at line 285 of file Unsafe.cs.

286 {
287 return Unsafe.IsAddressLessThan(ref left, ref right);
288 }