Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Read()
[12/13]
static ulong System.Threading.Volatile.Read
(
ref ulong
location
)
inline
static
Definition at line
229
of file
Volatile.cs
.
230
{
231
return
(ulong)
Read
(ref
Unsafe
.As<ulong,
long
>(ref location));
232
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.Threading.Volatile.Read
static bool Read(ref bool location)
Definition
Volatile.cs:67
References
System.Threading.Volatile.Read()
.
System
Threading
Volatile
Generated by
1.10.0