Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Write()
[2/13]
static void System.Threading.Volatile.Write
(
ref byte
location
,
byte
value
)
inline
static
Definition at line
88
of file
Volatile.cs
.
89
{
90
Unsafe
.As<byte, VolatileByte>(ref location).Value =
value
;
91
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
References
System.value
.
System
Threading
Volatile
Generated by
1.10.0