Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Read()
[11/13]
static
UIntPtr
System.Threading.Volatile.Read
(
ref
UIntPtr
location
)
inline
static
Definition at line
245
of file
Volatile.cs
.
246
{
247
return
Unsafe
.As<
UIntPtr
, VolatileUIntPtr>(ref location).Value;
248
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.Reflection.Metadata.PrimitiveTypeCode.UIntPtr
@ UIntPtr
System
Threading
Volatile
Generated by
1.10.0