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
)
inline
static
Definition at line
193
of file
Interlocked.cs
.
194
{
195
return
(ulong)
Add
(ref
Unsafe
.As<ulong,
long
>(ref location1), (
long
)
value
);
196
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
System.ConsoleKey.Add
@ Add
References
System.Add
, and
System.value
.
System
Threading
Interlocked
Generated by
1.10.0