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

◆ Read() [12/13]

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

Definition at line 229 of file Volatile.cs.

230 {
231 return (ulong)Read(ref Unsafe.As<ulong, long>(ref location));
232 }
static bool Read(ref bool location)
Definition Volatile.cs:67

References System.Threading.Volatile.Read().