Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Read< T >()
static
T
System.Threading.Volatile.Read
<
T
>
(
[NotNullIfNotNull("location")] ref
T
location
)
inline
static
Type Constraints
T
:
class
Definition at line
261
of file
Volatile.cs
.
261
:
class
?
262
{
263
return
Unsafe
.As<T>(
Unsafe
.As<
T
, VolatileObject>(ref location).Value);
264
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ConsoleKey.T
@ T
References
System.T
.
System
Threading
Volatile
Generated by
1.10.0