Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Write()
[7/13]
static void System.Threading.Volatile.Write
(
ref long
location
,
long
value
)
inline
static
Definition at line
145
of file
Volatile.cs
.
146
{
147
Unsafe
.As<long, VolatileIntPtr>(ref location).Value = (IntPtr)
value
;
148
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Threading
Volatile
Generated by
1.10.0