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

◆ Read() [2/13]

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

Definition at line 81 of file Volatile.cs.

82 {
83 return Unsafe.As<byte, VolatileByte>(ref location).Value;
84 }