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

◆ Add() [4/4]

static ulong System.Threading.Interlocked.Add ( ref ulong location1,
ulong value )
inlinestatic

Definition at line 193 of file Interlocked.cs.

194 {
195 return (ulong)Add(ref Unsafe.As<ulong, long>(ref location1), (long)value);
196 }

References System.Add, and System.value.