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

◆ Increment() [4/4]

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

Definition at line 125 of file Interlocked.cs.

126 {
127 return Add(ref location, 1uL);
128 }

References System.Add.