Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Read() [7/13]

static long System.Threading.Volatile.Read ( ref long location)
inlinestatic

Definition at line 138 of file Volatile.cs.

139 {
140 return (long)Unsafe.As<long, VolatileIntPtr>(ref location).Value;
141 }