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

◆ Read() [8/13]

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

Definition at line 167 of file Volatile.cs.

168 {
169 return Unsafe.As<sbyte, VolatileSByte>(ref location).Value;
170 }