Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Write< T >()
static void
System.Threading.Volatile.Write
<
T
>
(
[NotNullIfNotNull("value")] ref
T
location
,
T
value
)
inline
static
Type Constraints
T
:
class
Definition at line
268
of file
Volatile.cs
.
268
:
class
?
269
{
270
Unsafe
.As<
T
, VolatileObject>(ref location).Value =
value
;
271
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.value
@ value
System.ConsoleKey.T
@ T
References
System.T
, and
System.value
.
System
Threading
Volatile
Generated by
1.10.0