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

◆ Read() [2/2]

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

Definition at line 200 of file Interlocked.cs.

201 {
202 return CompareExchange(ref location, 0uL, 0uL);
203 }
static int CompareExchange(ref int location1, int value, int comparand)

References System.Threading.Interlocked.CompareExchange().