Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Read()
[2/13]
static byte System.Threading.Volatile.Read
(
ref byte
location
)
inline
static
Definition at line
81
of file
Volatile.cs
.
82
{
83
return
Unsafe
.As<byte, VolatileByte>(ref location).Value;
84
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System
Threading
Volatile
Generated by
1.10.0