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